...
Permission | Meaning | |
---|---|---|
Schedule | ==> | Recipient is allowed to schedule a file. |
Execute ==> | Recipient is allowed to execute a file. This is analogous to a traditional Read permission. | |
Update | ==> | Recipient is allowed to overwrite a file with his/her changes. |
Create ==> | Recipient is allowed to create files in a directory. | |
Delete | ==> | Recipient is allowed to delete files or directories in a directory. |
Grant Permissions ==> | Recipient is allowed to share a file with others. More generally, user is allowed to modify the ACL of a file. | |
All ==> | Recipient is allowed to do anything including any new permissions added in the future. |
...