Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ du(1) — UNIX 4.1BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

df(1)

quot(8)

DU(1)  —  Unix Programmer’s Manual

NAME

du − summarize disk usage

SYNOPSIS

du [ −s ] [ −a ] [ name ... ]

DESCRIPTION

Du gives the number of blocks contained in all files and (recursively) directories within each specified directory or file name. If name is missing, ‘.’ is used. 

The optional argument −s causes only the grand total to be given.  The optional argument −a causes an entry to be generated for each file.  Absence of either causes an entry to be generated for each directory only. 

A file which has two links to it is only counted once. 

SEE ALSO

df(1), quot(8)

BUGS

Non-directories given as arguments (not under −a option) are not listed. 
If there are too many distinct linked files, du counts the excess files multiply. 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026