logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parrot_setacl - set ACL information for Parrot filesystem

Description

       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.

Examples

       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

Exit Status

       On success, returns zero.  On failure, returns non-zero.

Name

parrot_setacl - set ACL information for Parrot filesystem

See Also

CooperativeComputingToolsDocumentationParrotUserManualparrot_run(1)parrot_cp(1)parrot_getacl(1)parrot_setacl(1)parrot_mkalloc(1)parrot_lsalloc(1)parrot_locate(1)parrot_timeout(1)parrot_whoami(1)parrot_mount(1)parrot_md5(1)parrot_pack‐age_create(1)parrot_package_run(1)chroot_package_run(1)

CCTools 7.14.5 FINAL                                                                            parrot_setacl(1)

Synopsis

       parrot_setacl <path><subject><rights>

See Also