site chacl
Description
Changes access rights on a file or folder, on a per-user (requires clarification: or per-group?) basis. You are strongly advised to use the site chmod command instead for all possible cases.
Syntax
site chacl <user> <mode> <file1> [<file2> ...]
Detailed information on the options/arguments: <name>, <mode>, <file>
Limitations
This command is not recommended to be used for all cases where you could otherwise use site chmod.
Examples
site chacl johndoe rwx file1.jpg file2.htm
Gives the johndoe user read, write and execute permissions on file1.jpg and file2.htm.
site chacl alice 644 wzdftpd.conf
Gives the alice user read and write (but not execute) permissions on the wzdftpd.conf file.
