Advertisement
owenblacker

cronuser permissions debugging 1

Feb 27th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. # as blackero
  2. [blackero@XXXXXXXXXXXXXXXX /]$ ll /home
  3. lrwxrwxrwx 1 root root 10 Aug 31 12:41 /home -> /apps/home
  4.  
  5. [blackero@XXXXXXXXXXXXXXXX /]$ ll /home/
  6. drwxrwS--- 10 blackero  iris      4096 Feb 27 12:56 blackero
  7.  
  8. [blackero@XXXXXXXXXXXXXXXX /]$ ll /home/blackero/.passphrase
  9. -rw-r----- 1 cronuser iris 14 Jan  4 11:47 /home/blackero/.passphrase
  10.  
  11. # as cronuser
  12. sh-3.2$ id -Gn
  13. cronuser iris
  14.  
  15. sh-3.2$ less /home/blackero/.passphrase
  16. /home/blackero/.passphrase: Permission denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement