Advertisement
Guest User

samba4

a guest
Sep 19th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. oot@samba:/home/operations# getfacl /srv/samba/users/djackson/
  2. getfacl: Removing leading '/' from absolute path names
  3. # file: srv/samba/users/djackson/
  4. # owner: root
  5. # group: users
  6. # flags: -s-
  7. user::rwx
  8. user:root:rwx
  9. user:3000011:rwx
  10. group::rwx
  11. group:users:rwx
  12. group:3000011:rwx
  13. mask::rwx
  14. other::rwx
  15. default:user::rwx
  16. default:user:root:rwx
  17. default:user:3000011:rwx
  18. default:group::rwx
  19. default:group:users:rwx
  20. default:group:3000011:rwx
  21. default:mask::rwx
  22. default:other::rwx
  23.  
  24. root@samba:/home/operations# getfacl /srv/samba/users/rrogers/
  25. getfacl: Removing leading '/' from absolute path names
  26. # file: srv/samba/users/rrogers/
  27. # owner: root
  28. # group: users
  29. # flags: -s-
  30. user::rwx
  31. user:root:rwx
  32. user:3000011:rwx
  33. group::---
  34. group:users:---
  35. group:3000011:rwx
  36. mask::rwx
  37. other::rwx
  38. default:user::rwx
  39. default:user:root:rwx
  40. default:user:3000011:rwx
  41. default:group::---
  42. default:group:users:---
  43. default:group:3000011:rwx
  44. default:mask::rwx
  45. default:other::---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement