diff options
Diffstat (limited to 'bin/getfacl/getfacl.1')
-rw-r--r-- | bin/getfacl/getfacl.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index c44974128be3..475c86e275bc 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -25,12 +25,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" .\" Developed by the TrustedBSD Project. .\" Support for POSIX.1e access control lists. .\" -.Dd September 4, 2009 +.Dd June 19, 2023 .Dt GETFACL 1 .Os .Sh NAME @@ -56,7 +54,7 @@ an ACL containing only the required ACL entries. .Pp The following option is available: .Bl -tag -width indent -.It Fl d +.It Fl d , Fl -default The operation applies to the default ACL of a directory instead of the access ACL. An error is generated if a default ACL cannot be associated with @@ -69,14 +67,19 @@ the symbolic link itself rather than following the link. For NFSv4 ACLs, append numerical ID at the end of each entry containing user or group name. Ignored for POSIX.1e ACLs. -.It Fl n +.It Fl n , Fl -numeric Display user and group IDs numerically rather than converting to a user or group name. Ignored for POSIX.1e ACLs. -.It Fl q +.It Fl q , Fl -omit-header Do not write commented information about file name and ownership. This is useful when dealing with filenames with unprintable characters. +.It Fl s , Fl -skip-base +Skip files that only have a trivial ACL, as defined by +.Xr acl_is_trivial_np 3 . +Notably, files with POSIX.1e ACLs that only represent the owner, group and other +to match the mode of the file will be skipped. .It Fl v For NFSv4 ACLs, display access mask and flags in a verbose form. Ignored for POSIX.1e ACLs. |