Guest User

Untitled

a guest
Jul 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. /dev/md2 on /mnt/hd2 type jfs (rw)
  2.  
  3. nass@stargaze:/mnt/hd2/videos$ getfacl Movies/
  4. # file: Movies/
  5. # owner: nass
  6. # group: shares
  7. # flags: -s-
  8. user::rwx
  9. group::rwx
  10. other::r-x
  11. default:user::rwx
  12. default:group::rwx
  13. default:group:shares:rwx
  14. default:mask::rwx
  15. default:other::r-x
  16.  
  17. drwxr-sr-x+ 2 nass shares 24 Aug 6 01:12 The_Movie/
  18.  
  19. nass@stargaze:/mnt/hd2/videos/Movies$ getfacl The_Movie/
  20. # file: The_Movie/
  21. # owner: nass
  22. # group: shares
  23. # flags: -s-
  24. user::rwx
  25. group::rwx #effective:r-x
  26. group:shares:rwx #effective:r-x
  27. mask::r-x
  28. other::r-x
  29. default:user::rwx
  30. default:group::rwx
  31. default:group:shares:rwx
  32. default:mask::rwx
  33. default:other::r-x
  34.  
  35. $ zgrep CONFIG_JFS_POSIX_ACL /boot/config-`uname -r`
  36. CONFIG_JFS_POSIX_ACL=y
Add Comment
Please, Sign In to add comment