Guest User

Untitled

a guest
Aug 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # mount xxx.xxx.xxx.xxx:/my/share /mnt/nfs
  2. # ls /mnt
  3. drwxrwxr-x 1 user user nfs
  4.  
  5. # cd /mnt/nfs
  6.  
  7. $ ls /mnt
  8. drwxrwxr-x 1 user user nfs
  9.  
  10. $ cd /mnt/nfs
  11. cd: test: Permission denied
  12.  
  13. $ ls /mnt
  14. d--------- 1 user user nfs
  15.  
  16. # ls /mnt
  17. d--------- 1 user user nfs
  18.  
  19. # cd /mnt/nfs
  20. # pwd
  21. /mnt/nfs
  22.  
  23. # ls /mnt
  24. drwxrwxr-x 1 user user nfs
Add Comment
Please, Sign In to add comment