Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [root@samba share2]# ll
  2. total 0
  3. -r--rwx---+ 1 christian users 0 Dec 14 14:44 locked_file
  4. -rwxrwx---+ 1 christian users 0 Dec 14 14:43 unlocked_file
  5. [root@samba share2]# getfacl *
  6. # file: locked_file
  7. # owner: christian
  8. # group: users
  9. user::r--
  10. user:christian:rwx
  11. group::---
  12. group:users:---
  13. group:share2_ro:r-x
  14. group:share2_rw:rwx
  15. mask::rwx
  16. other::---
  17.  
  18. # file: unlocked_file
  19. # owner: christian
  20. # group: users
  21. user::rwx
  22. user:christian:rwx
  23. group::---
  24. group:users:---
  25. group:share2_ro:r-x
  26. group:share2_rw:rwx
  27. mask::rwx
  28. other::---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement