2015-10-08 15:15:08 +00:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt DU 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 21:13:37 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm du
|
|
|
|
.Nd display disk usage statistics
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl a | s
|
|
|
|
.Op Fl d Ar depth
|
|
|
|
.Op Fl h
|
|
|
|
.Op Fl k
|
2015-02-17 16:07:10 +00:00
|
|
|
.Op Fl H | L | P
|
2015-02-18 17:24:21 +00:00
|
|
|
.Op Fl x
|
2015-01-30 21:13:37 +00:00
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2013-10-16 15:58:52 +00:00
|
|
|
displays the file system block usage for each
|
2015-01-30 21:13:37 +00:00
|
|
|
.Ar file
|
2015-01-31 13:43:27 +00:00
|
|
|
argument and for each directory in the file hierarchy rooted in directory
|
|
|
|
argument. If no
|
|
|
|
.Ar file
|
|
|
|
is specified, the block usage of the hierarchy rooted in the current directory
|
|
|
|
is displayed.
|
2015-01-30 21:13:37 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl a
|
2013-10-16 15:58:52 +00:00
|
|
|
Display an entry for each file in the file hierarchy.
|
2015-02-17 16:07:10 +00:00
|
|
|
.It Fl s
|
|
|
|
Display only the grand total for the specified files.
|
2015-01-30 21:13:37 +00:00
|
|
|
.It Fl d Ar depth
|
2014-10-18 21:26:35 +00:00
|
|
|
Maximum directory depth to print files and directories.
|
2015-02-01 19:52:28 +00:00
|
|
|
.It Fl h
|
|
|
|
Enable human-readable output.
|
2015-01-30 21:13:37 +00:00
|
|
|
.It Fl k
|
2013-10-16 17:00:02 +00:00
|
|
|
By default all sizes are reported in 512-byte block counts.
|
2015-01-30 21:13:37 +00:00
|
|
|
The
|
|
|
|
.Fl k
|
|
|
|
option causes the numbers to be reported in kilobyte counts.
|
2015-02-17 16:07:10 +00:00
|
|
|
.It Fl H
|
|
|
|
Only dereference symbolic links that are passed as command line arguments when
|
|
|
|
recursively traversing directories.
|
|
|
|
.It Fl L
|
|
|
|
Always dereference symbolic links while recursively traversing directories.
|
2015-02-18 15:20:22 +00:00
|
|
|
.It Fl P
|
2015-02-17 16:07:10 +00:00
|
|
|
Don't dereference symbolic links. This is the default.
|
2015-02-18 17:24:21 +00:00
|
|
|
.It Fl x
|
|
|
|
Do not traverse file systems mount points.
|
2015-01-30 21:13:37 +00:00
|
|
|
.El
|
2015-02-18 20:42:23 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 16:22:48 +00:00
|
|
|
.St -p1003.1-2013
|
|
|
|
specification.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Op Fl dhP
|
|
|
|
flags are an extension to that specification.
|