
| Today's News |  | Knowledge Base: Search Microsoft's vast knowledge base of problems and solutions. |  | Error Messages: Use Microsoft's errors message search to see just what that error message is really saying to you |  | Product Solution Center: find answers for Microsoft's products in their Product solution center. |
| |
File permission rights CACLS
c:\docs\work /E /T /C /G "FinanceUsers":F
“Cacls.exe” is a good command line tool to modify your share folder
permission and it’s built-in tool in Windows 2008R2 server.
We use the command line format as “cacls c:\public\profile /t /e /c /r
“Authenticated Users” to revoke “Authenticated Users” permission. Please
attention to modify “c:\public\profile” to your server folder path.
The argument interpretation:
/T Change ACLs of files in the current directory and all subdirectories
/E Edit ACL instead of replacing it
/C Continue on access denied errors
/R Revoke specified user’s access rights
For more information please type “cacls /?” on your command line or refer to
following MS articles:
Undocumented CACLS: Group Permissions Capabilities
http://support.microsoft.com/kb/162786
Using the /E Option With CACLS.EXE
http://support.microsoft.com/kb/131780 |
|