Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. memsql@memsql-virtual-machine:~$ ~/fuse-2.9.3/example> ./hello /tmp/fuse -d
  2. bash: /home/memsql/fuse-2.9.3/example: Is a directory
  3.  
  4. ~/fuse/example>
  5.  
  6. ./hello /tmp/fuse -d
  7.  
  8. /home/memsql/
  9.  
  10. $ ls -F1 ~
  11. bar
  12. Documents/
  13. fuse-2.9.3/example/
  14. gaz
  15.  
  16. $ ~/fuse-2.9.3/example> ./hello /tmp/fuse -d
  17. bash: /home/memsql/fuse-2.9.3/example: Is a directory
  18.  
  19. $ ls -F1 ~
  20. bar
  21. Documents/
  22. fuse-2.9.3/example/
  23. gaz
  24. hello <--- new empty file
  25.  
  26. $ ls -F1 ~
  27. bar
  28. Documents/
  29. fuse-2.9.3/example/
  30. gaz
  31.  
  32. $ ~/fuse-2.9.3/example> ./hello /tmp/fuse -d
  33. bash: /home/memsql/fuse-2.9.3/example: Is a directory
  34.  
  35. $ ls -F1 ~
  36. bar
  37. Documents/
  38. fuse-2.9.3/example/
  39. gaz
  40. hello <--- new empty file
  41.  
  42. $ df -h .
  43. Filesystem Size Used Avail Use% Mounted on
  44. /dev/mapper/vg_grinchy-lv_home
  45. 245G 137G 97G 59% /home
  46.  
  47. $ df -h .
  48. Filesystem Size Used Avail Use% Mounted on
  49. mulder:/export/raid1/home/sam
  50. 917G 560G 312G 65% /home/sam
Add Comment
Please, Sign In to add comment