Is there a program like WinDirStat for RedHat?
Solution 1:
du -m --max-depth=6 / | sort -nr | head -n 20
would show you 20 largest directories with the biggest ones on the top, usage indicated by megabytes.
Solution 2:
Try one of these:
- http://kdirstat.sourceforge.net
- http://gdmap.sourceforge.net
Or these:
- http://methylblue.com/filelight/
- http://www.marzocca.net/linux/baobab/
- http://zevv.nl/play/code/philesight/
Solution 3:
Windirstat was heavily inspired by kdirstat, it should be in your distro.