Largest Files and Directories Jun 24, 2020 • Ulysses Here’s the command to find the largest files and directories in Linux. <pre lang="bash"> du -a /var | sort -n -r | head -n 20