1NFS4_GETFACL(1)           NFSv4 Access Control Lists           NFS4_GETFACL(1)
2
3
4

NAME

6       nfs4_getfacl - get NFSv4 file/directory access control lists
7

SYNOPSIS

9       nfs4_getfacl [-HR] file ...
10

DESCRIPTION

12       nfs4_getfacl  will  display the NFSv4 Access Control List (ACL) for the
13       files given as arguments, provided they are on mounted  NFSv4  filesys‐
14       tems which support ACLs.
15
16       If  the  -H/--more-help flag is specified, nfs4_getfacl will print some
17       information about NFSv4 ACLs and the fields used in ACEs.
18
19       If the -R/--recursive flag is specified,  nfs4_getfacl  will  list  the
20       NFSv4 ACLs of all files and directories recursively.
21
22       The output format for an NFSv4 file ACL, e.g., is:
23
24              # file: /somedir
25              A::OWNER@:rwatTnNcCy
26              A::alice@nfsdomain.org:rxtncy
27              A::bob@nfsdomain.org:rwadtTnNcCy
28              A:g:GROUP@:rtncy
29              D:g:GROUP@:waxTC
30              A::EVERYONE@:rtncy
31              D::EVERYONE@:waxTC
32
33       In  the  example  output  above, the user `alice@nfsdomain.org' has the
34       equivalent of "read" and "execute" permissions, `bob@nfsdomain.org' has
35       "read" and "write", and both `GROUP@' and `EVERYONE@' have "read".
36
37       The ACL listings of multiple files are separated by blank lines.
38
39       Refer  to  the nfs4_acl(5) manpage for detailed information about NFSv4
40       ACL terminology and syntax.
41

AUTHORS

43       nfs4_getfacl was written by people at CITI, the Center for  Information
44       Technology  Integration  (http://www.citi.umich.edu).  This manpage was
45       written by David Richter.
46

CONTACT

48       Please send bug reports, feature  requests,  and  comments  to  <linux-
49       nfs@vger.kernel.org>.
50

SEE ALSO

52       nfs4_setfacl(1),  nfs4_acl(5), RFC3530 (NFSv4.0), NFSv4.1 Minor Version
53       Draft.
54
55
56
57Linux                     version 0.3.4, August 2018           NFS4_GETFACL(1)
Impressum