 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
chacl(8)
NAME
chacl - Change access control list (ACL) information for Advanced Server
users
SYNOPSIS
/usr/sbin/chacl [options] [filename... | -] [-?]
OPTIONS
-a mask:SID[:success|:failure|:all]
Sets the audit access control entry (ACE) for the SID.
-A mask:SID[:success|:failure|:all]
Sets the alarm ACE for the SID.
-B mask:SID
Sets block/deny access ACE for the SID.
-d Specifies that a non-file system object behaves as a directory.
-D Deletes an ACL for a target file name.
-g SID
Sets a primary group.
-G mask:SID
Grants access ACE for a SID.
-L logname
Executes a change as UNIX user logname.
-N Overwrites an existing ACL.
-O name
Writes output to file name.
-o SID
Sets owner to SID.
-U name
Sets subject to name.
-v Verbose mode.
-? Displays on-line help.
DESCRIPTION
The chacl command adds access control entries to a file's access control
list (ACL), or can optionally delete or overwrite an existing ACL.
The mask can be zero or more of the following standard access characters.
r File read
w File write
a File append
x File execute
d Delete children
g Get file extended attribute
s Set file extended attribute
G Get file attributes
S Set file attributes
D Delete
c Read control
p Write DAC
o Write owner
Y Synchronize
This command must be run as root.
 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|