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 file
10
12 nfs4_getfacl will display the NFSv4 Access Control List (ACL) for the
13 given file (or directory), provided the file is on a mounted NFSv4
14 filesystem which supports ACLs.
15
16 The output format for an NFSv4 file ACL, e.g., is:
17
18 A::OWNER@:rwatTnNcCy
19 A::alice@nfsdomain.org:rxtncy
20 A::bob@nfsdomain.org:rwadtTnNcCoy
21 A:g:GROUP@:rtncy
22 D:g:GROUP@:waxTC
23 A::EVERYONE@:rtncy
24 D::EVERYONE@:waxTC
25
26 In the example output above, the user `alice@nfsdomain.org' has the
27 equivalent of "read" and "execute" permissions, `bob@nfsdomain.org' has
28 "read" and "write", and both `GROUP@' and `EVERYONE@' have "read".
29
30 Information about NFSv4 ACL terminology and syntax can be found in the
31 nfs4_acl(5) manpage.
32
34 nfs4_getfacl was written by people at CITI, the Center for Information
35 Technology Integration (http://www.citi.umich.edu). This manpage was
36 written by David Richter.
37
39 Please send bug reports, feature requests, and comments to
40 <nfsv4@linux-nfs.org>.
41
43 nfs4_setfacl(1), nfs4_acl(5), RFC3530 (NFSv4.0), NFSv4.1 Minor Version
44 Draft.
45
46
47
48Linux version 0.3.1, March 2007 NFS4_GETFACL(1)