GETFACL(1) | General Commands Manual | GETFACL(1) |
getfacl
— get ACL
information
getfacl |
[-dhinqv ] [file ...] |
The getfacl
utility writes discretionary
access control information associated with the specified file(s) to standard
output. If the getconf(1)
utility indicates that {_POSIX_ACL_EXTENDED} is not in
effect for a file then the standard discretionary
access permissions are interpreted as an ACL containing only the required
ACL entries.
The following option is available:
-d
-h
-i
-n
-q
-v
The following operand is available:
-
, then
getfacl
reads a list of pathnames, each terminated
by one newline character, from the standard input.For an explanation of the ACL syntax, see the setfacl(1) manual page.
The getfacl
utility exits 0 on
success, and >0 if an error occurs.
getfacl /
Retrieve ACL for the directory /.
getfacl -d /
Retrieve the default ACL for the directory /, if any.
getextattr(1), setextattr(1), setfacl(1), acl(3), extattr(9)
The getfacl
utility is expected to be IEEE
Std 1003.2c compliant.
Extended Attribute and Access Control List support was developed as part of the TrustedBSD Project and introduced in FreeBSD 5.0.
Robert N M Watson
September 4, 2009 | NetBSD 10.99 |