SUBINACL.exe – Windows CMD Command


Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118

Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119

Display or modify Access Control Entries (ACEs) for file and folder Permissions, Ownership and Domain.

Access Control Lists apply only to files stored on an NTFS formatted drive, each ACL determines which users (or groups of users) can read or edit the file. When a new file is created it normally inherits ACL’s from the folder where it was created.

SUBINACL is a powerful command that can do everything cacls and xcacls can do and more besides.

When running subinacl against a subfolder, its important to include the trailing backslash, (or \*.*) if this is missed out subinacl will interpret the path as a filename and search the entire drive for it, this can be very slow!

Examples:

Save permissions to a log file:
subinacl /noverbose /nostatistic /outputlog=SS64.log /subdirectories "C:\Program Files\My Folder\*.*" /display

Restore Permissions from a log file:
subinacl /nostatistic /playfile SS64.log

Change owner :
subinacl /file C:\demofile.doc /setowner=SS64Dom\AliceT

You may also like...

1 Response

  1. zortilonrel says:

    My brother recommended I would possibly like this web site. He used to be entirely right. This publish actually made my day. You cann’t imagine just how much time I had spent for this info! Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *