This is the command nfs4_getfacl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
nfs4_getfacl - get NFSv4 file/directory access control lists
SYNOPSIS
nfs4_getfacl [-H] file
DESCRIPTION
nfs4_getfacl will display the NFSv4 Access Control List (ACL) for file (a file or
directory), provided file is on a mounted NFSv4 filesystem which supports ACLs.
If the -H/--more-help flag is specified, nfs4_getfacl will print some information about
NFSv4 ACLs and the fields used in ACEs.
The output format for an NFSv4 file ACL, e.g., is:
A::OWNER@:rwatTnNcCy
A::[email protected]:rxtncy
A::[email protected]:rwadtTnNcCy
A:g:GROUP@:rtncy
D:g:GROUP@:waxTC
A::EVERYONE@:rtncy
D::EVERYONE@:waxTC
In the example output above, the user `[email protected]' has the equivalent of "read"
and "execute" permissions, `[email protected]' has "read" and "write", and both `GROUP@'
and `EVERYONE@' have "read".
Refer to the nfs4_acl(5) manpage for detailed information about NFSv4 ACL terminology and
syntax.
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 <[email protected]>.
Use nfs4_getfacl online using onworks.net services