Feb 14, 2012

Linux: Getting Directory size.

du --max-depth=1 /home/ | sort -n -r
du -sh *

Reference:
http://www.labtestproject.com/linuxcmd/du_command.html

No comments: