Guest User

Untitled

a guest
Nov 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. erik@web1:/var/web$ id -Gn erik
  2. erik adm cdrom sudo dip plugdev lxd lpadmin sambashare ivdev
  3.  
  4. erik@web1:/var/web/www$ id -Gn rob
  5. rob sudo ssh ivdev
  6.  
  7. erik@web1:/var/web/www$ touch this
  8. touch: cannot touch 'this': Permission denied
  9.  
  10. erik@web1:/var/web/www$ su rob
  11. rob@web1:/var/web/www$ touch that
  12. touch: cannot touch 'that': Permission denied
  13.  
  14. erik@web1:/var/web/www$ cd ..
  15. erik@web1:/var/web$ ls -l
  16. drw-rw-r-x 2 root ivdev 4096 Nov 21 17:22 www
Add Comment
Please, Sign In to add comment