Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

du

Estimate file space usage

Syntax

du [OPTION]... [FILE]...

Common Options

-hHuman-readable sizes
-sDisplay only total
-aShow sizes of all files
-cProduce grand total
--max-depthMaximum directory depth
-kSizes in kilobytes
-mSizes in megabytes

Common Examples

du -sh directory/

Show total directory size

du -h --max-depth=1

Show subdirectories size

du -ah /var/log

Show all file sizes

Related Commands

Related Tools

More Code & Dev Tools