du --max-depth=1 | sort -n | awk 'BEGIN {OFMT = "%.0f"} {print $1/ 1024 ,"MB", $2}' sumber : http://www.inmotionhosting.com/support/website/general-server-setup/check-disk-space-through-shell du -x / |sort -rnb |more sumber : https://www.centos.org/forums/viewtopic.php?t=37781