What is equivalent to Netware's RIGHTS or LISTDIR command ?

  • Thread starter Thread starter Dan Sime
  • Start date Start date
D

Dan Sime

Hi

The Cacls command might help you there. Open a command
prompt....

type: cacls filename

for example.... cacls c:\textfile.txt

(type the following for a full list of options: cacls /?)

This will display the rights that different users have
got to a file. Not 100% what ya asked for, but hope it
helps. This should work on Win2K and WinXP.

Thanks
Dan

-----Original Message-----
Does anybody know of a third-party tool (or MicroSoft
command) that allows one to view or print the access
rights for a user (or group).
 
Dan

Thanks you your reply ...

Not quite what I'm after, though the cacls command would be useful. The output will need parsing and it doesn't work across sub-directories, but it's better than nothing !!!
 

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