nfs4_getfacl

Langue: en

Autres versions - même langue

Version: version 0.3.1, March 2007 (CentOS - 06/07/09)

Section: 1 (Commandes utilisateur)

NAME

nfs4_getfacl - get NFSv4 file/directory access control lists

SYNOPSIS

nfs4_getfacl file

DESCRIPTION

nfs4_getfacl will display the NFSv4 Access Control List (ACL) for the given file (or directory), provided the file is on a mounted NFSv4 filesystem which supports ACLs.

The output format for an NFSv4 file ACL, e.g., is:

 
 A::OWNER@:rwatTnNcCy
 A::alice@nfsdomain.org:rxtncy
 A::bob@nfsdomain.org:rwadtTnNcCoy
 A:g:GROUP@:rtncy
 D:g:GROUP@:waxTC
 A::EVERYONE@:rtncy
 D::EVERYONE@:waxTC
 

In the example output above, the user `alice@nfsdomain.org' has the equivalent of "read" and "execute" permissions, `bob@nfsdomain.org' has "read" and "write", and both `GROUP@' and `EVERYONE@' have "read".

Information about NFSv4 ACL terminology and syntax can be found in the nfs4_acl(5) manpage.

AUTHORS

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

CONTACT

Please send bug reports, feature requests, and comments to <nfsv4@linux-nfs.org>.

SEE ALSO

nfs4_setfacl(1), nfs4_acl(5), RFC3530 (NFSv4.0), NFSv4.1 Minor Version Draft.