Guest User

Untitled

a guest
Oct 13th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ getfacl file.sh
  2. # file: file.sh
  3. # owner: ubuntu
  4. # group: ubuntu
  5. user::rwx
  6. user:test:r-x #effective:--x
  7. group::r-x #effective:--x
  8. mask::--x
  9. other::---
  10.  
  11. $ su test
  12. > Password:
  13. $ bash file.sh
  14. > bash: file.sh: Permission denied
Add Comment
Please, Sign In to add comment