mmputacl - Sets the GPFS access control list for the specified file or directory.
Synopsis
mmputacl [-d] [-i InFilename] Filename
Description
Use the mmputacl command to set the ACL of a file or directory.
Parameters
Options
Exit status
Security
You may only issue the mmputacl command from a node in the GPFS nodeset where the file system is mounted.
You must be the file or directory owner or have root authority to run the mmputacl command.
In an SP environment, verify the authentication method set for SP security services:
For further information, see the latest IBM Parallel System Support Programs for AIX: Administration Guide, IBM Parallel System Support Programs for AIX: Command and Technical Reference, and RS/6000: Planning Volume 2, Control Workstation and Software Environment manuals at www.rs6000.ibm.com/resource/aix_resource/sp_books/pssp. Search for information on sysctl.
Examples
To use the entries in a file named standard.acl to set the ACL for a file named project2.history, enter:
mmputacl -i standard.acl project2.history
where standard.acl contains:
user::rwx
group::rwx
other::--x
mask::rw-
user:alpha:rwx
group:audit:rwx
group:system:-w-
To confirm the change, enter:
mmgetacl project.history
The system displays information similar to:
user::rwx group::rwx other::--x mask::rw- user:alpha:rwx group:audit:rwx group:system:-w
See also
Location
/usr/lpp/mmfs/bin