CL(5) BSD File Formats Manual ACL(5)
NAME
acl — Access Control Lists
DESCRIPTION
This manual page describes POSIX Access Control Lists,
which are used to define more fine-grained discretionary
access rights for files and directories.
ACL TYPES
Every object can be thought of as having associated with
it an ACL that governs the discretionary access to that
object; this ACL is referred to as an access ACL. In
addition, a directory may have an associated ACL that
governs the initial access ACL for objects created
within that directory; this ACL is referred to as a
default ACL.
...
SEE ALSO
chmod(1), creat(2), getfacl(1), ls(1), mkdir(2),
mkfifo(2), mknod(2), open(2), setfacl(1), stat(2),
umask(1)
...
CHACL(1) Access Control Lists CHACL(1)
NAME
chacl - change the access control list of a file or
directory
SYNOPSIS
chacl acl pathname...
chacl -b acl dacl pathname...
chacl -d dacl pathname...
chacl -R pathname...
chacl -D pathname...
chacl -B pathname...
chacl -l pathname...
chacl -r pathname...
DESCRIPTION
chacl is an IRIX-compatibility command, and is main-
tained for those users who are familiar with its use
from either XFS or IRIX. Refer to the SEE ALSO sec-
tion below for a description of tools which conform
more closely to the (withdrawn draft) POSIX 1003.1e
standard which describes Access Control Lists (ACLs).
chacl changes the ACL(s) for a file or directory. The
ACL(s) specified are applied to each file in the path-
name arguments.
...
SEE ALSO
getfacl(1), setfacl(1), chmod(1), umask(1),
acl_from_text(3), acl(5), xfsdump(8)
--
Cheers, Carlos.