how to Print UserSecurity from a Folder !

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello...

Does any one know a way to print the security of a folder... and his
sub-folders???


tx
 
Try the following command:

cacls <folder name>

to include subfolder, use the swtich /T
to record it into a text file, say "c:\output.txt", try appending " >
c:\output.txt" at the end of the command line.

Lawrence Tse
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top