1DU(1) General Commands Manual DU(1)
2
3
4
6 du - summarize disk usage
7
9 du [ -s ] [ -a ] [ name ... ]
10
12 Du gives the number of blocks contained in all files and (recursively)
13 directories within each specified directory or file name. If name is
14 missing, `.' is used.
15
16 The optional argument -s causes only the grand total to be given. The
17 optional argument -a causes an entry to be generated for each file.
18 Absence of either causes an entry to be generated for each directory
19 only.
20
21 A file which has two links to it is only counted once.
22
24 Non-directories given as arguments (not under -a option) are not
25 listed.
26 If there are too many distinct linked files, du counts the excess files
27 multiply.
28
29
30
31 DU(1)