summaryrefslogtreecommitdiffstats
path: root/bin/getfacl/getfacl.1
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-09-04 10:22:29 +0000
committertrasz <trasz@FreeBSD.org>2009-09-04 10:22:29 +0000
commit7456ddb038046dc002b1b5619517c18e7c2d930a (patch)
treefccb26c2cd49ba20fe148b9973bb08a80f096ab5 /bin/getfacl/getfacl.1
parent5ee8242d815a2c8c7a43062add046ce5cb8d2c26 (diff)
downloadFreeBSD-src-7456ddb038046dc002b1b5619517c18e7c2d930a.zip
FreeBSD-src-7456ddb038046dc002b1b5619517c18e7c2d930a.tar.gz
Add NFSv4 ACL support to getfacl(1).
Reviewed by: rwatson
Diffstat (limited to 'bin/getfacl/getfacl.1')
-rw-r--r--bin/getfacl/getfacl.116
1 files changed, 14 insertions, 2 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index 9135309..5820229 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -30,7 +30,7 @@
.\" Developed by the TrustedBSD Project.
.\" Support for POSIX.1e access control lists.
.\"
-.Dd March 13, 2006
+.Dd September 04, 2009
.Dt GETFACL 1
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Nd get ACL information
.Sh SYNOPSIS
.Nm
-.Op Fl dhq
+.Op Fl dhinqv
.Op Ar
.Sh DESCRIPTION
The
@@ -61,13 +61,25 @@ 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
.Ar file .
+This option is not valid for NFSv4 ACLs.
.It Fl h
If the target of the operation is a symbolic link, return the ACL from
the symbolic link itself rather than following the link.
+.It Fl i
+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
+Display user and group IDs numerically rather than converting to
+a user or group name.
+Ignored for POSIX.1e ACLs.
.It Fl q
Do not write commented information about file name and ownership.
This is
useful when dealing with filenames with unprintable characters.
+.It Fl v
+For NFSv4 ACLs, display access mask and flags in a verbose form.
+Ignored for POSIX.1e ACLs.
.El
.Pp
The following operand is available:
OpenPOWER on IntegriCloud