[root@cheat ~]#keyboard_backspaceBack

du

Show disk usage of each file/folder in current directory

Primary Syntax
$ du -sh *
#

Example Usage

du -sh /var/log/*
#

Quick Tips

Use man du to read the full manual

Add --help flag for quick options reference

Combine with | less for paginated output

Submitted by: admin

Added: 2/9/2026

arrow_back