Where the 'f is my Diskspace

Published on April 5, 2006

Logs spiraling crazy, we run out of disk space all the time. A nifty trick to find where the disk went is to issue: du -cks * |sort -rn |head -11

This returns where the disk usage is, and makes finding the bloated log a lot easier.



Tagged As: My Big Fat Server | The WTF

Comments are currently closed for this entry.