Setting access control information (aclput command)

To set the access control information for a file, use the aclput command.

Note: The access control list for a file cannot exceed one memory page (approximately 4096 bytes) in size.

See the following examples:

For example, to set the access control information for the status file with the access control information stored in the acldefs file, type the following:
aclput -i acldefs status
To set the access control information for the status file with the same information used for the plans file, type the following:
aclget plans | aclput status