Thursday, January 21, 2010

Finding the directories that are eating up the hard disk

By user home:

du -k /home/ | sort -n | tail -10

All. This generally takes forever:

cd /
du -k | sort -n | tail -10

0 comments: