parrot_setacl(1) | Cooperative Computing Tools | parrot_setacl(1) |
parrot_setacl - set ACL information for Parrot filesystem
parrot_setacl <path> <subject> <rights>
parrot_setacl utilizes Parrot system calls to set the access control list (ACL) information for the directory specified by <path>. The <subject> argument refers to the entity to authorize, while the <rights> argument is one of the following: read, write, admin, none.
Note, this program only works if it is executed under parrot_run(1) and if the underlying filesystem supports ACLs.
On success, returns zero. On failure, returns non-zero.
Set read and list permissions for subject "unix:user" on a Chirp directory:
% parrot_run parrot_setacl /chirp/student00.cse.nd.edu/user unix:user rl
The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.1.2 FINAL |