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