Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. CORRESPONDENCE BETWEEN ACL ENTRIES AND FILE PERMISSION BITS
  2. The permissions defined by ACLs are a superset of the permissions speci-
  3. fied by the file permission bits.
  4.  
  5. There is a correspondence between the file owner, group, and other per-
  6. missions and specific ACL entries: the owner permissions correspond to
  7. the permissions of the ACL_USER_OBJ entry. If the ACL has an ACL_MASK
  8. entry, the group permissions correspond to the permissions of the
  9. ACL_MASK entry. Otherwise, if the ACL has no ACL_MASK entry, the group
  10. permissions correspond to the permissions of the ACL_GROUP_OBJ entry.
  11. The other permissions correspond to the permissions of the ACL_OTHER_OBJ
  12. entry.
  13.  
  14. The file owner, group, and other permissions always match the permissions
  15. of the corresponding ACL entry. Modification of the file permission bits
  16. results in the modification of the associated ACL entries, and modifica-
  17. tion of these ACL entries results in the modification of the file permis-
  18. sion bits.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement