Find large files on Linux Run this du command in the directory from which you want to search. Adjust it to exclude other mounted file systems cd / sudo du -sh --exclude=proc --exclude=media --exclude=mnt --exclude=tank * | sort -rh | head -n 20