1NFS4_GETFACL(1) NFSv4 Access Control Lists NFS4_GETFACL(1)
2
3
4
6 nfs4_getfacl - get NFSv4 file/directory access control lists
7
9 nfs4_getfacl [-HR] file ...
10
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 If the -c/--omit-header flag is specified, nfs4_getfacl will not dis‐
23 play the comment header (Do not print filename).
24
25 If the --dacl flag is specified, nfs4_getfacl will retrieve the dacl.
26 This functionality is only available if the server supports NFSv4 minor
27 version 1 or newer.
28
29 If the --sacl flag is specified, nfs4_getfacl will retrieve the sacl.
30 This functionality is only available if the server supports NFSv4 minor
31 version 1 or newer.
32
33 The output format for an NFSv4 file ACL, e.g., is:
34
35 # file: /somedir
36 A::OWNER@:rwatTnNcCy
37 A::alice@nfsdomain.org:rxtncy
38 A::bob@nfsdomain.org:rwadtTnNcCy
39 A:g:GROUP@:rtncy
40 D:g:GROUP@:waxTC
41 A::EVERYONE@:rtncy
42 D::EVERYONE@:waxTC
43
44 In the example output above, the user `alice@nfsdomain.org' has the
45 equivalent of "read" and "execute" permissions, `bob@nfsdomain.org' has
46 "read" and "write", and both `GROUP@' and `EVERYONE@' have "read".
47
48 The ACL listings of multiple files are separated by blank lines.
49
50 Refer to the nfs4_acl(5) manpage for detailed information about NFSv4
51 ACL terminology and syntax.
52
54 nfs4_getfacl was written by people at CITI, the Center for Information
55 Technology Integration (http://www.citi.umich.edu). This manpage was
56 written by David Richter.
57
59 Please send bug reports, feature requests, and comments to <linux-
60 nfs@vger.kernel.org>.
61
63 nfs4_setfacl(1), nfs4_acl(5), RFC3530 (NFSv4.0), NFSv4.1 Minor Version
64 Draft.
65
66
67
68Linux version 0.3.4, August 2018 NFS4_GETFACL(1)