Search notes:
Shell command: du
Determine directory's size including subdirectories:
$ du -hS
/var
Find directories that occupy the most space
$ du -cks root/dir |
sort
-rn |
head
Compare with the
Perl
script
find_large_directories.pl
df
Shell commands
Filesystem
Index