Last Updated: December 26, 2018
·
474
· jondruse

Find large files on a linux machine

The command:

du -h --max-depth=1 </code>

I start at the root and find work my way toward the largest areas and see what I can delete. Usually logs and application deployments are the easiest targets.