Advertisement
Guest User

Untitled

a guest
May 28th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. root@server:/# pwd
  2. /
  3.  
  4. root@server:/# du -ks * | sort -nr | head -10
  5. du: cannot access `proc/1486/task/1486/fd/3': No such file or directory
  6. du: cannot access `proc/1486/task/1486/fdinfo/3': No such file or directory
  7. du: cannot access `proc/1486/fd/3': No such file or directory
  8. du: cannot access `proc/1486/fdinfo/3': No such file or directory
  9. 586244784 backup
  10. 507984856 mac_volumes
  11. 943740 lib
  12. 913876 var
  13. 541792 usr
  14. 183970 boot
  15. 32752 home
  16. 8476 bin
  17. 7164 sbin
  18. 5820 etc
  19.  
  20. root@server:/# df -h
  21. Filesystem Size Used Avail Use% Mounted on
  22. /dev/sda2 916G 906G 0 100% /
  23. udev 227M 4.0K 227M 1% /dev
  24. tmpfs 94M 452K 94M 1% /run
  25. none 5.0M 0 5.0M 0% /run/lock
  26. none 235M 0 235M 0% /run/shm
  27. /dev/sda1 461M 190M 248M 44% /boot
  28. overflow 1.0M 0 1.0M 0% /tmp
  29. /dev/sdb1 917G 560G 312G 65% /backup
  30. root@server:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement