OSDN Git Service

GNU_coreutils: Update po4a config and pot files.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / stat.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH STAT 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 stat \- display file or file system status
10 .SH 書式
11 \fBstat\fP [\fIOPTION\fP]... \fIFILE\fP...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Display file or file system status.
16 .TP 
17 \fB\-L\fP, \fB\-\-dereference\fP
18 follow links
19 .TP 
20 \fB\-f\fP, \fB\-\-file\-system\fP
21 display file system status instead of file status
22 .TP 
23 \fB\-c\fP  \fB\-\-format\fP=\fIFORMAT\fP
24 use the specified FORMAT instead of the default; output a newline after each
25 use of FORMAT
26 .TP 
27 \fB\-\-printf\fP=\fIFORMAT\fP
28 like \fB\-\-format\fP, but interpret backslash escapes, and do not output a
29 mandatory trailing newline.  If you want a newline, include \en in FORMAT
30 .TP 
31 \fB\-t\fP, \fB\-\-terse\fP
32 print the information in terse form
33 .TP 
34 \fB\-\-help\fP
35 この使い方を表示して終了する
36 .TP 
37 \fB\-\-version\fP
38 バージョン情報を表示して終了する
39 .PP
40 The valid format sequences for files (without \fB\-\-file\-system\fP):
41 .TP 
42 %a
43 Access rights in octal
44 .TP 
45 %A
46 Access rights in human readable form
47 .TP 
48 %b
49 Number of blocks allocated (see %B)
50 .TP 
51 %B
52 The size in bytes of each block reported by %b
53 .TP 
54 %C
55 SELinux security context string
56 .TP 
57 %d
58 Device number in decimal
59 .TP 
60 %D
61 Device number in hex
62 .TP 
63 %f
64 Raw mode in hex
65 .TP 
66 %F
67 File type
68 .TP 
69 %g
70 Group ID of owner
71 .TP 
72 %G
73 Group name of owner
74 .TP 
75 %h
76 Number of hard links
77 .TP 
78 %i
79 Inode number
80 .TP 
81 %n
82 File name
83 .TP 
84 %N
85 Quoted file name with dereference if symbolic link
86 .TP 
87 %o
88 I/O block size
89 .TP 
90 %s
91 Total size, in bytes
92 .TP 
93 %t
94 Major device type in hex
95 .TP 
96 %T
97 Minor device type in hex
98 .TP 
99 %u
100 User ID of owner
101 .TP 
102 %U
103 User name of owner
104 .TP 
105 %x
106 Time of last access
107 .TP 
108 %X
109 Time of last access as seconds since Epoch
110 .TP 
111 %y
112 Time of last modification
113 .TP 
114 %Y
115 Time of last modification as seconds since Epoch
116 .TP 
117 %z
118 Time of last change
119 .TP 
120 %Z
121 Time of last change as seconds since Epoch
122 .PP
123 Valid format sequences for file systems:
124 .TP 
125 %a
126 Free blocks available to non\-superuser
127 .TP 
128 %b
129 Total data blocks in file system
130 .TP 
131 %c
132 Total file nodes in file system
133 .TP 
134 %d
135 Free file nodes in file system
136 .TP 
137 %f
138 Free blocks in file system
139 .TP 
140 %C
141 SELinux security context string
142 .TP 
143 %i
144 File System ID in hex
145 .TP 
146 %l
147 Maximum length of filenames
148 .TP 
149 %n
150 File name
151 .TP 
152 %s
153 Block size (for faster transfers)
154 .TP 
155 %S
156 Fundamental block size (for block counts)
157 .TP 
158 %t
159 Type in hex
160 .TP 
161 %T
162 Type in human readable form
163 .PP
164 NOTE: your shell may have its own version of stat, which usually supersedes
165 the version described here.  Please refer to your shell's documentation for
166 details about the options it supports.
167 .SH 作者
168 Michael Meskes が作成した。
169 .SH バグ報告
170 stat のバグは bug\-coreutils@gnu.org に報告してください。
171 .br
172 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
173 .br
174 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
175 .br
176 stat の翻訳のバグは <http://translationproject.org/team/> に報告してください。
177 .SH 著作権
178 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
179 version 3 or later <http://gnu.org/licenses/gpl.html>.
180 .br
181 This is free software: you are free to change and redistribute it.  There is
182 NO WARRANTY, to the extent permitted by law.
183 .SH 関連項目
184 stat(2)
185 .PP
186 \fBstat\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
187 \fBinfo\fP と \fBstat\fP のプログラムがお使いの環境に適切にインストールされているならば、
188 コマンド
189 .IP
190 \fBinfo coreutils \(aqstat invocation\(aq\fP
191 .PP
192 を実行すると、完全なマニュアルを読むことができるはずである。