- using cacls to modify permission
- Posted by pete0085 on May 13th, 2008
I am trying to modify permissions of a specific file or files and getting an
error of invalid arguments.
cacls "%SystemRoot%\Inf\Usbstor.pnf" /t /e /c /g "DOMAIN\DOMAIN USERS"
I'm entering that into the command prompt. I also used "c:\windows" in place
of systemroot. Also tried with or without quotes.
- Posted by Pegasus \(MVP\) on May 13th, 2008
"pete0085" <pete0085@discussions.microsoft.com> wrote in message
news:752280B8-ABBD-4326-AF78-50B118B27DC1@microsoft.com...
Here are the options for the /G switch:
/G user
erm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
It's R, W, C or F. There is no "D"!
Similar Posts
- A permission/way to prevent folders in a shared folder from being Moved? (yet with modify perms) (Windows Server) by markm75
- Allow Modify Permission to but not Create/delete items in a folder (Windows Server) by Rob
- Modify Permission (Windows Server) by Frank
- CACLS and SID. (Security & Administration) by Pascal
- Differences between Change share permission and Modify NTFS permis (Windows Server) by Rick V

