Permission right checking

  • Thread starter Thread starter KT
  • Start date Start date
K

KT

Hi,

Anyone know how to list out the permission right of all
existing folders and files on Windows 2000 server and
NT4.0? Thanks.

KT.
 
Have you looked at the help for the command line tool cacls.exe?

Combined with a shell script that iterates directories and runs cacls and
pipes the output to a text file, you should be able to collect a full list
of permissions across an entire disk drive.
 

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