DU(1) General Commands Manual DU(1)

duestimate file space usage

du [-kx] [-a | -s] [-H | -L] [file ...]

The du utility writes the file system block usage for each file argument and for each directory in the file hierarchy rooted in each directory argument to the standard output. If no file is specified, the current directory is used as argument.

Display file entries.
Dereference symbolic links on command line.
Set the block size to 1024 bytes.
Dereference all symbolic links.
Display only a summary.
Do not traverse file system mount points.

The du utility exits 0 on success, and >0 if an error occurs.

df(1)

The du utility is compliant with the specification.

December 29, 2019 EltaninOS