xcacls

J

James

I am trying to use xcacls.exe to modify permissions on a
directory and all files within the directory with the
following command.

xcacls c:\directoryname /t/e/p users:f /y

This doesn't seem to change the permissions it just
brings up all the commands as if i had done xcacls /?

Please could someone help
 
R

Roger Abell [MVP]

space separate the option switches
xcacls c:\directoryname /t /e /p users:f
and "" dbl-quote path if it contains spaces
 

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

Top