1 .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $
3 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Andrew Brown and Jan Schaumann.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\" must display the following acknowledgement:
19 .\" This product includes software developed by the NetBSD
20 .\" Foundation, Inc. and its contributors.
21 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
22 .\" contributors may be used to endorse or promote products derived
23 .\" from this software without specific prior written permission.
25 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
37 .\" $FreeBSD: src/usr.bin/stat/stat.1,v 1.8 2005/06/14 11:50:53 ru Exp $
45 .Nd display file status
49 .Op Fl f Ar format | Fl l | r | s | x
58 utility displays information about the file pointed to by
60 Read, write or execute permissions of the named file are not required, but
61 all directories listed in the path name leading to the file must be
63 If no argument is given,
65 displays information about the file descriptor for standard input.
69 only the target of the symbolic link is printed.
70 If the given argument is not a symbolic link,
72 will print nothing and exit with an error.
74 The information displayed is obtained by calling
76 with the given argument and evaluating the returned structure.
78 The options are as follows:
79 .Bl -tag -width indent
86 immediately after each pathname that is a directory,
89 after each that is executable,
92 after each symbolic link,
101 after each that is a FIFO.
108 Display information using the specified format.
111 section for a description of valid formats.
118 The information reported by
120 will refer to the target of
122 if file is a symbolic link, and not to
132 Do not force a newline to appear at the end of each piece of output.
135 Suppress failure messages if calls to
142 error messages are automatically suppressed.
145 Display raw information.
146 That is, for all the fields in the
149 display the raw, numerical value (for example, times in seconds since the
153 Display information in
155 suitable for initializing variables.
158 Display timestamps using the specified format.
164 Display information in a more verbose way as known from some
169 Format strings are similar to
171 formats in that they start with
173 are then followed by a sequence of formatting characters, and end in
174 a character that selects the field of the
176 which is to be formatted.
179 is immediately followed by one of
183 then a newline character, a tab character, a percent character,
184 or the current file number is printed, otherwise the string is
185 examined for the following:
187 Any of the following optional flags:
188 .Bl -tag -width indent
190 Selects an alternate output form for octal and hexadecimal output.
191 Non-zero octal output will have a leading zero, and non-zero
192 hexadecimal output will have
196 Asserts that a sign indicating whether a number is positive or negative
197 should always be printed.
198 Non-negative numbers are not usually printed
201 Aligns string output to the left of the field, instead of to the right.
203 Sets the fill character for left padding to the
205 character, instead of a space.
207 Reserves a space at the front of non-negative signed output fields.
210 overrides a space if both are used.
213 Then the following fields:
214 .Bl -tag -width indent
216 An optional decimal digit string specifying the minimum field width.
218 An optional precision composed of a decimal point
220 and a decimal digit string that indicates the maximum string length,
221 the number of digits to appear after the decimal point in floating point
222 output, or the minimum number of digits to appear in numeric output.
224 An optional output format specifier which is one of
225 .Cm D , O , U , X , F ,
228 These represent signed decimal output, octal output, unsigned decimal
229 output, hexadecimal output, floating point output, and string output,
231 Some output formats do not apply to all fields.
232 Floating point output only applies to
240 The special output specifier
242 may be used to indicate that the output, if
243 applicable, should be in string format.
244 May be used in combination with:
245 .Bl -tag -width indent
251 Display actual device name.
253 Display group or user name.
269 Note that the default output format
272 is a string, but if specified explicitly, these four characters are
276 An optional sub field specifier (high, middle, low).
283 It can be one of the following:
284 .Bl -tag -width indent
288 specifies the major number for devices from
294 bits for permissions from the string form of
298 bits from the numeric forms of
300 and the long output form of
305 specifies the minor number for devices from
311 bits for permissions from the string form of
318 bits from the numeric forms of
322 style output character for file type when used with
326 for this is optional).
332 bits for permissions from the
333 string output form of
340 bits for the numeric forms of
344 A required field specifier, being one of the following:
345 .Bl -tag -width indent
354 File type and permissions.
356 Number of hard links to
359 User ID and group ID of
363 Device number for character and block device special files.
367 was last accessed or modified, of when the inode was last changed, or
368 the birth time of the inode.
374 Number of blocks allocated for
377 Optimal file system I/O operation block size.
379 User defined flags for
382 Inode generation number.
385 The following four field specifiers are not drawn directly from the
389 .Bl -tag -width indent
391 The name of the file.
393 The file type, either as in
395 or in a more descriptive form if the
401 The target of a symbolic link.
407 field for character or block
408 special devices and gives size output for all others.
414 and the field specifier are required.
415 Most field specifiers default to
417 as an output form, with the
434 .Ex -std stat readlink
436 Given a symbolic link
445 .Bd -literal -offset indent
446 \*[Gt] stat -F /tmp/foo
447 lrwxrwxrwx 1 jschauma cs 1 Apr 24 16:37:28 2002 /tmp/foo@ -\*[Gt] /
449 \*[Gt] stat -LF /tmp/foo
450 drwxr-xr-x 16 root wheel 512 Apr 19 10:57:54 2002 /tmp/foo/
453 To initialize some shell variables, you could use the
456 .Bd -literal -offset indent
458 % eval set `stat -s .cshrc`
459 % echo $st_size $st_mtimespec
463 $ eval $(stat -s .profile)
464 $ echo $st_size $st_mtimespec
468 In order to get a list of the kind of files including files pointed to if the
469 file is a symbolic link, you could use the following format:
470 .Bd -literal -offset indent
471 $ stat -f "%N: %HT%SY" /tmp/*
472 /tmp/bar: Symbolic Link -\*[Gt] /tmp/foo
473 /tmp/output25568: Regular File
475 /tmp/foo: Symbolic Link -\*[Gt] /
478 In order to get a list of the devices, their types and the major and minor
479 device numbers, formatted with tabs and linebreaks, you could use the
481 .Bd -literal -offset indent
482 stat -f "Name: %N%n%tType: %HT%n%tMajor: %Hr%n%tMinor: %Lr%n%n" /dev/*
490 Type: Character Device
495 In order to determine the permissions set on a file separately, you could use
496 the following format:
497 .Bd -literal -offset indent
498 \*[Gt] stat -f "%Sp -\*[Gt] owner=%SHp group=%SMp other=%SLp" .
499 drwxr-xr-x -\*[Gt] owner=rwx group=r-x other=r-x
502 In order to determine the three files that have been modified most recently,
503 you could use the following format:
504 .Bd -literal -offset indent
505 \*[Gt] stat -f "%m%t%Sm %N" /tmp/* | sort -rn | head -3 | cut -f2-
506 Apr 25 11:47:00 2002 /tmp/blah
507 Apr 25 10:36:34 2002 /tmp/bar
508 Apr 24 16:47:35 2002 /tmp/foo
529 utility was written by
531 .Aq atatat@NetBSD.org .
532 This man page was written by
534 .Aq jschauma@NetBSD.org .