- Category: Linux and Apache
- Last edited: October 24, 2012
Struggling to track down where your hard drive or web server space is going? This command prints out the 20 largest files and folders:
du -a /home | sort -n -r | head -n 20
Struggling to track down where your hard drive or web server space is going? This command prints out the 20 largest files and folders:
du -a /home | sort -n -r | head -n 20