Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. root@host:/tmp# mount --verbose -t cifs -o rw,guest,file_mode=0777,dir_mode=0777 //192.168.1.1/samba ./asd
  2. mount.cifs kernel mount options: ip=192.168.1.1,unc=\192.168.1.1samba,guest,file_mode=0777,dir_mode=0777,user=,prefixpath=,pass=********
  3. root@host:/tmp# cd asd
  4. root@host:/tmp/asd# LANG=C touch a
  5. touch: cannot touch `a': Permission denied
  6. root@host:/tmp/asd#
  7.  
  8. root@host:/tmp/asd# LANG=C lsattr existingfile
  9. lsattr: Permission denied While reading flags on existingfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement