SetACL: free command-line program for working with Windows permissions

Discussion in 'other security issues & news' started by MrBrian, Feb 11, 2014.

Thread Status:
Not open for further replies.
  1. MrBrian

    MrBrian Registered Member

    Joined:
    Feb 24, 2008
    Posts:
    6,032
    Location:
    USA
    http://helgeklein.com/setacl/

    This program can product human-readable lists such as http://helgeklein.com/blog/2012/08/windows-7-default-file-system-permissions-listing/ :D.

    Examples that produce human-readable list of all permissions and owners for all files and folders in c:\ :
    1. Including inherited permissions:
    setacl -on "c:\\" -ot file -actn list -lst f:tab;i:y;s:b;w:d,o -rec cont_obj -bckp "c:\temp\perm.txt" -ignoreerr
    2. Not including inherited permissions:
    setacl -on "c:\\" -ot file -actn list -lst f:tab;i:n;s:b;w:d,o -rec cont_obj -bckp "c:\temp\perm.txt" -ignoreerr

    Contains a separate 64-bit .exe to avoid the WOW Effect on 64-bit systems.
     
    Last edited: Feb 11, 2014
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.