summaryrefslogtreecommitdiff
path: root/static/v10/man1/stat.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/stat.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/stat.1')
-rw-r--r--static/v10/man1/stat.170
1 files changed, 70 insertions, 0 deletions
diff --git a/static/v10/man1/stat.1 b/static/v10/man1/stat.1
new file mode 100644
index 00000000..bf9d6c4f
--- /dev/null
+++ b/static/v10/man1/stat.1
@@ -0,0 +1,70 @@
+.TH STAT 1
+.SH NAME
+stat \- file statistics and labels
+.SH SYNOPSIS
+.B stat
+.I file ...
+.SH DESCRIPTION
+.I Stat
+places facts about the named
+.I files
+on the standard output.
+Successive output lines show
+.IP
+The file name.
+.IP
+Inode number, mode, link count, owner,
+group, and size displayed like output from
+.IR ls (1)
+with options
+.LR lidL .
+For device files, the size is replaced by major and minor
+device numbers separated by a comma.
+.IP
+The major and minor device numbers of this inode's file system
+and the file mode in octal.
+.IP
+Modification, access, and change times, each on a separate line.
+.IP
+The security label (of the destination, if a symbolic link)
+is given in the style of
+.IR labtoa (3).
+.IP
+If the file can be opened and corresponding data
+differ for the opened file, similar
+information for the opened file follows.
+.IP
+If the file is a symbolic link, the link destination is given,
+marked by
+.LR -> .
+.PP
+.I Stat
+has nocheck capability; a superuser with nocheck license can
+use it to examine any file.
+.SH EXAMPLES
+.EX
+/dev/tty:
+ 0 crwxrwxrwx 0 root 0 0,0
+ 255,255 020777
+ Jun 22 22:52:30 1988
+ Jun 22 22:52:30 1988
+ Jun 22 22:52:30 1988
+ ------ ------CY 0000 0000 ...
+ 974 rw-rw-r-- 0 reeds other 0
+ 255,255 0100664
+ ------ ------R 0000 0000 ...
+/usr/spool/man:
+ 9926 lrwxrwxrwx 1 doug bin 23
+ 7,66 0120777
+ Oct 17 21:21:21 1987
+ Jun 22 22:52:14 1988
+ Oct 17 21:21:21 1987
+ ------ ------C 0000 0000 ...
+ -> /n/bowell/usr/spool/man
+.EE
+.SH DIAGNOSTICS
+Diagnostics appear on the standard output.
+.SH SEE ALSO
+.IR stat (2),
+.IR ls (1),
+.IR getlab (1)