Guest User

Untitled

a guest
Apr 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. apt-get install ncdu
  2.  
  3. du -s * | sort -nr | head
  4.  
  5. $ df
  6. Filesystem 1K-blocks Used Available Use% Mounted on
  7. rootfs 15136768 1618580 12884780 12% /
  8. /dev/root 15136768 1618580 12884780 12% /
  9. devtmpfs 240516 0 240516 0% /dev
  10. tmpfs 49756 604 49152 2% /run
  11. tmpfs 5120 0 5120 0% /run/lock
  12. tmpfs 99500 0 99500 0% /run/shm
  13. /dev/mmcblk0p1 57288 18888 38400 33% /boot
  14. /dev/sda1 961433632 108173348 804422208 12% /home/stuff
  15. $
  16.  
  17. tree -dh --du /
  18.  
  19. tree -dh --du -L 3 /
  20.  
  21. $ du -m | sort -n
  22.  
  23. $ du -k | sort -n
Add Comment
Please, Sign In to add comment