5 \fBdu\fR [\fB\-as\fR]\fR [\fB\-l \fIn\fR] \fIdir\fR ...\fR
18 .FL "\-a" "Give usage for all files"
19 .FL "\-l" "List up to \fIn\fR levels of subdirectories"
20 .FL "\-d" "Do not cross file system boundaries"
21 .FL "\-s" "Summary only"
23 .EX "du dir" "List disk space used by files in dir"
24 .EX "du \-s dir1 dir2" "Give summaries only"
25 .EX "du \-d /" "Show only the root device"
28 \fIDu\fR examines one or more directories and prints the amount of space
29 occupied by the files in those directories and their subdirectories in
32 \fIDu\fR calculates disk usage based on file size. It could be there
33 are holes in the file, not occupying any actual disk blocks, causing
34 \fIdu\fR to overestimate disk usage. (\fIDu\fR does recognize and correctly
35 calculate disk usage when hard links are encountered.)