|
NAMEgetfacl —
get ACL information
SYNOPSIS
DESCRIPTIONThegetfacl 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:
The following operand is available:
For an explanation of the ACL syntax, see the setfacl(1) manual page. EXIT STATUSThegetfacl utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESgetfacl / Retrieve ACL for the directory /. getfacl -d / Retrieve the default ACL for the directory /, if any. SEE ALSOsetfacl(1), acl(3), getextattr(8), setextattr(8), acl(9), extattr(9)STANDARDSThegetfacl utility is expected to be IEEE Std 1003.2c
compliant.
HISTORYExtended Attribute and Access Control List support was developed as part of the TrustedBSD Project and introduced in FreeBSD 5.0.AUTHORSRobert N M Watson
Visit the GSP FreeBSD Man Page Interface. |