is there way to print/display all groups and the permissions they have on all directories/files?

  • Thread starter Thread starter colin_lyse
  • Start date Start date
C

colin_lyse

i have 45 dirs with 200 subdirs and 8 groups all with different permissions on
different dirs and subdirs.

is there a way to print/display them all out with one command rather than
going to each dir and finding the groups that have access and what access they
have?
 
Colin,

The command you want is:
xcacls * /t /c

You want to be VERY CAREFUL with any other use of xcacls
 
Back
Top