bsd man page for du

Query: du

OS: bsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DU(1)							      General Commands Manual							     DU(1)

NAME
du - summarize disk usage
SYNOPSIS
du [ -s ] [ -a ] [ name ... ]
DESCRIPTION
Du gives the number of kilobytes contained in all files and, recursively, directories within each specified directory or file name. If name is missing, `.' is used. The argument -s causes only the grand total to be given. The 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 April 29, 1985 DU(1)
Related Man Pages
du(1) - sunos
ln(1) - bsd
du(1b) - sunos
du(1) - suse
du(1) - osx
Similar Topics in the Unix Linux Community
Coredumps and swap - was part of Solaris Mem Consumption
AIX calling WINSOCK during e-mail - normal?
Is Kernel module is the same as a device driver?
Run stored procedure from shell script
Produce the number 2014 without any numbers in your source code...