Search notes:

Shell command: du

Determine directory's size including subdirectories:
$ du -hS /var

Find directories that occupy the most space

$ du -cks | sort -rn | head
Compare with the Perl script find_large_directories.pl
df
Shell commands
Filesystem

Index