OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / df.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH DF "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 df \- report file system disk space usage
5 .SH SYNOPSIS
6 .B df
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 This manual page
10 documents the GNU version of
11 .BR df .
12 .B df
13 displays the amount of disk space available on the file system
14 containing each file name argument.  If no file name is given, the
15 space available on all currently mounted file systems is shown.  Disk
16 space is shown in 1K blocks by default, unless the environment
17 variable POSIXLY_CORRECT is set, in which case 512-byte blocks are
18 used.
19 .PP
20 If an argument is the absolute file name of a disk device node containing a
21 mounted file system,
22 .B df
23 shows the space available on that file system rather than on the
24 file system containing the device node (which is always the root
25 file system).  This version of
26 .B df
27 cannot show the space available on unmounted file systems, because on
28 most kinds of systems doing so requires very nonportable intimate
29 knowledge of file system structures.
30 .SH OPTIONS
31 .PP
32 Show information about the file system on which each FILE resides,
33 or all file systems by default.
34 .PP
35 Mandatory arguments to long options are mandatory for short options too.
36 .TP
37 \fB\-a\fR, \fB\-\-all\fR
38 include dummy file systems
39 .TP
40 \fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR
41 scale sizes by SIZE before printing them.  E.g.,
42 \&'\-BM' prints sizes in units of 1,048,576 bytes.
43 See SIZE format below.
44 .TP
45 \fB\-\-total\fR
46 produce a grand total
47 .TP
48 \fB\-h\fR, \fB\-\-human\-readable\fR
49 print sizes in human readable format (e.g., 1K 234M 2G)
50 .TP
51 \fB\-H\fR, \fB\-\-si\fR
52 likewise, but use powers of 1000 not 1024
53 .TP
54 \fB\-i\fR, \fB\-\-inodes\fR
55 list inode information instead of block usage
56 .TP
57 \fB\-k\fR
58 like \fB\-\-block\-size\fR=\fI1K\fR
59 .TP
60 \fB\-l\fR, \fB\-\-local\fR
61 limit listing to local file systems
62 .TP
63 \fB\-\-no\-sync\fR
64 do not invoke sync before getting usage info (default)
65 .TP
66 \fB\-P\fR, \fB\-\-portability\fR
67 use the POSIX output format
68 .TP
69 \fB\-\-sync\fR
70 invoke sync before getting usage info
71 .TP
72 \fB\-t\fR, \fB\-\-type\fR=\fITYPE\fR
73 limit listing to file systems of type TYPE
74 .TP
75 \fB\-T\fR, \fB\-\-print\-type\fR
76 print file system type
77 .TP
78 \fB\-x\fR, \fB\-\-exclude\-type\fR=\fITYPE\fR
79 limit listing to file systems not of type TYPE
80 .TP
81 \fB\-v\fR
82 (ignored)
83 .TP
84 \fB\-\-help\fR
85 display this help and exit
86 .TP
87 \fB\-\-version\fR
88 output version information and exit
89 .PP
90 Display values are in units of the first available SIZE from \fB\-\-block\-size\fR,
91 and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.
92 Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
93 .PP
94 SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units
95 are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
96 .SH AUTHOR
97 Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.
98 .SH "REPORTING BUGS"
99 Report df bugs to bug\-coreutils@gnu.org
100 .br
101 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
102 .br
103 General help using GNU software: <http://www.gnu.org/gethelp/>
104 .br
105 Report df translation bugs to <http://translationproject.org/team/>
106 .SH COPYRIGHT
107 Copyright \(co 2012 Free Software Foundation, Inc.
108 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
109 .br
110 This is free software: you are free to change and redistribute it.
111 There is NO WARRANTY, to the extent permitted by law.
112 .SH "SEE ALSO"
113 The full documentation for
114 .B df
115 is maintained as a Texinfo manual.  If the
116 .B info
117 and
118 .B df
119 programs are properly installed at your site, the command
120 .IP
121 .B info coreutils \(aqdf invocation\(aq
122 .PP
123 should give you access to the complete manual.