Penguin
Annotated edit history of df(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DF
2 !!!DF
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 AUTHOR
8 REPORTING BUGS
9 COPYRIGHT
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 df - report filesystem disk space usage
16 !!SYNOPSIS
17
18
19 __df__ [[''OPTION'']... [[''FILE'']...
20 !!DESCRIPTION
21
22
23 This manual page documents the GNU version of __df__.
24 __df__ displays the amount of disk space available on the
25 filesystem containing each file name argument. If no file
26 name is given, the space available on all currently mounted
27 filesystems is shown. Disk space is shown in 1K blocks by
28 default, unless the environment variable POSIXLY_CORRECT is
29 set, in which case 512-byte blocks are used.
30
31
32 If an argument is the absolute file name of a disk device
33 node containing a mounted filesystem, __df__ shows the
34 space available on that filesystem rather than on the
35 filesystem containing the device node (which is always the
36 root filesystem). This version of __df__ cannot show the
37 space available on unmounted filesystems, because on most
38 kinds of systems doing so requires very nonportable intimate
39 knowledge of filesystem structures.
40 !!OPTIONS
41
42
43 Show information about the filesystem on which each FILE
44 resides, or all filesystems by default.
45
46
47 __-a__, __--all__
48
49
50 include filesystems having 0 blocks
51
52
53 __--block-size__=''SIZE'' use SIZE-byte
54 blocks
55
56
57 __-h__, __--human-readable__
58
59
60 print sizes in human readable format (e.g., 1K 234M
61 2G)
62
63
64 __-H__, __--si__
65
66
67 likewise, but use powers of 1000 not 1024
68
69
70 __-i__, __--inodes__
71
72
73 list inode information instead of block usage
74
75
76 __-k__, __--kilobytes__
77
78
79 like __--block-size__=''1024''
80
81
82 __-l__, __--local__
83
84
85 limit listing to local filesystems
86
87
88 __-m__, __--megabytes__
89
90
91 like __--block-size__=''1048576''
92
93
94 __--no-sync__
95
96
97 do not invoke sync before getting usage info
98 (default)
99
100
101 __-P__, __--portability__
102
103
104 use the POSIX output format
105
106
107 __--sync__
108
109
110 invoke sync before getting usage info
111
112
113 __-t__, __--type__=''TYPE''
114
115
116 limit listing to filesystems of type TYPE
117
118
119 __-T__, __--print-type__
120
121
122 print filesystem type
123
124
125 __-x__, __--exclude-type__=''TYPE''
126
127
128 limit listing to filesystems not of type TYPE
129
130
131 __-v__
132
133
134 (ignored)
135
136
137 __--help__
138
139
140 display this help and exit
141
142
143 __--version__
144
145
146 output version information and exit
147 !!AUTHOR
148
149
2 perry 150 Written by Torbjorn Granlund, David !MacKenzie, Larry !McVoy,
1 perry 151 and Paul Eggert.
152 !!REPORTING BUGS
153
154
155 Report bugs to
156 !!COPYRIGHT
157
158
159 Copyright 2001 Free Software Foundation, Inc.
160 This is free software; see the source for copying
161 conditions. There is NO warranty; not even for
162 MERCHANTABILITY or FITNESS FOR A PARTICULAR
163 PURPOSE.
164 !!SEE ALSO
165
166
167 The full documentation for __df__ is maintained as a
168 Texinfo manual. If the __info__ and __df__ programs
169 are properly installed at your site, the
170 command
171
172
173 __info df__
174
175
176 should give you access to the complete manual.
177 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.