| Main index | Section 1 | 日本語 | Deutsch | Options |
The options are as follows:
| | |
| Display the apparent size instead of the disk usage. This can be helpful when operating on compressed volumes or sparse files. | |
| | |
|
Calculate block counts in
blocksize
byte blocks.
This is different from the
| |
| | |
| Symbolic links on the command line are followed, symbolic links in file hierarchies are not followed. | |
| | |
| Ignore files and directories matching the specified mask. | |
| | |
| Symbolic links on the command line and in file hierarchies are followed. | |
| | |
| No symbolic links are followed. This is the default. | |
| | |
| Display an entry for each file in a file hierarchy. | |
| | |
| Display a grand total. | |
| | |
| Display an entry for all files and directories depth directories deep. | |
| | |
| Display block counts in 1073741824-byte (1 GiB) blocks. | |
| | |
| "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte based on powers of 1024. | |
| | |
| Display block counts in 1024-byte (1 kiB) blocks. | |
| | |
|
If a file has multiple hard links, count its size multiple times.
The default behavior of
du
is to count files with multiple hard links only once.
When the
| |
| | |
| Display block counts in 1048576-byte (1 MiB) blocks. | |
| | |
| Ignore files and directories with user "nodump" flag ( UF_NODUMP) set. | |
| | |
| Generate messages about directories that cannot be read, files that cannot be opened, and so on. This is the default case. This option exists solely for conformance with -xpg4. | |
| | |
|
Display an entry for each specified file.
(Equivalent to
| |
| | |
| "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte based on powers of 1000. | |
| | |
| Display only entries for which size exceeds threshold. If threshold is negative, display only entries for which size is less than the absolute value of threshold. | |
| | |
| File system mount points are not traversed. | |
The
du
utility counts the storage used by symbolic links and not the files they
reference unless the
The
| BLOCKSIZE | |
|
If the environment variable
BLOCKSIZE
is set, and the
| |
# du -ah
Summarize disk usage in the current directory:
# du -hs
Summarize disk usage for a specific directory:
# du -hs /home
Show name and size of all C files in a specific directory. Also display a grand total at the end:
# du -ch /usr/src/sys/kern/*.c
The flags
[
The flag
[
The
| DU (1) | August 1, 2019 |
| Main index | Section 1 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options! | ” |
| — The Unix Haters' handbook | ||