Type the following command at the shell prompt to find out top 10 largest file/directories: # du -a --block-size=1MB /var | sort -n -r | head -n 10