|
CACLS
Displays and modifies Access Control Lists.
Syntax
CACLS pathname [options]
Key
options can be any combination of:
/T Search the pathname including all subfolders.
/E Edit ACL (leave existing rights unchanged)
/C Continue on access denied errors.
/G user:permission
Grant access rights, permision can be:
R Read
W Write
C Change (read/write)
F Full control
/R user
Revoke specified user's access rights (only valid with
/E).
/P user:permission
Replace access rights, permission can be:
N None
R Read
W Write
C Change (read/write)
F Full control
/D user
Deny access to user.
In all the options above "user" can be a UserName or a
Workgroup (either local or global).
Setting Deny permission (/D) will deny access to a user even
if they also belong to a group that grants access.
Cmd Commands
|