Advertisement
fachex

du -h --max

Sep 25th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. administrator@ServerFLACH:~$ df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/md0 47G 5.1G 40G 12% /
  4. udev 3.9G 12K 3.9G 1% /dev
  5. tmpfs 1.6G 1.3M 1.6G 1% /run
  6. none 5.0M 0 5.0M 0% /run/lock
  7. none 3.9G 152K 3.9G 1% /run/shm
  8. /dev/md2 414G 382G 12G 98% /home
  9. /dev/sdg2 12G 9.8G 1.6G 87% /media/FACTORY_IMAGE
  10. /dev/sdg1 585G 311G 275G 54% /media/HP
  11. administrator@ServerFLACH:~$ ^C
  12. administrator@ServerFLACH:~$ du -h --max-depth=1 /home
  13. du: cannot read directory `/home/lost+found': Permission denied
  14. 16K /home/lost+found
  15. du: cannot read directory `/home/flach_user/.local/share/gvfs-metadata': Permission denied
  16. du: cannot read directory `/home/flach_user/.local/share/zeitgeist': Permission denied
  17. du: cannot read directory `/home/flach_user/.local/share/telepathy': Permission denied
  18. du: cannot read directory `/home/flach_user/.cache': Permission denied
  19. du: cannot read directory `/home/flach_user/.dbus': Permission denied
  20. du: cannot read directory `/home/flach_user/.pulse': Permission denied
  21. du: cannot read directory `/home/flach_user/.gnome2': Permission denied
  22. du: cannot read directory `/home/flach_user/.gconf': Permission denied
  23. du: cannot read directory `/home/flach_user/.config': Permission denied
  24. du: cannot read directory `/home/flach_user/.compiz': Permission denied
  25. du: cannot read directory `/home/flach_user/.gvfs': Permission denied
  26. du: cannot read directory `/home/flach_user/.mission-control': Permission denied
  27. 3.3G /home/flach_user
  28. 373G /home/administrator
  29. 376G /home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement