Guest User

Untitled

a guest
Nov 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. u::rwx,g::r-x,o::r-x
  2.  
  3. setfacl -Rdm u::rwx,g::r-x,o::--- .
  4. touch a
  5. mkdir b
  6.  
  7. -rw-r----- a
  8. drwxr-x---+ b
  9.  
  10. # file: a
  11. user::rw-
  12. group::r--
  13. other::---
  14.  
  15. # file: b
  16. user::rwx
  17. group::r-x
  18. other::---
  19. default:user::rwx
  20. default:group::r-x
  21. default:other::---
Add Comment
Please, Sign In to add comment