summaryrefslogtreecommitdiff
path: root/static/v10/man1/who.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/who.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/who.1')
-rw-r--r--static/v10/man1/who.142
1 files changed, 42 insertions, 0 deletions
diff --git a/static/v10/man1/who.1 b/static/v10/man1/who.1
new file mode 100644
index 00000000..61dd392b
--- /dev/null
+++ b/static/v10/man1/who.1
@@ -0,0 +1,42 @@
+.pa 1
+.he 'WHO (I)'3/15/72'WHO (I)'
+.ti 0
+NAME who -- who is on the system
+.sp
+.ti 0
+SYNOPSIS who___ [ who-file ]
+.sp
+.ti 0
+DESCRIPTION who___, without an argument,
+lists the name, typewriter channel, and login time
+for each current UNIX user.
+
+Without an argument,
+who___ examines the /tmp/utmp_________
+file to obtain its information.
+If a file is given, that file is examined.
+Typically the given file will be /tmp/wtmp_________,
+which contains a record of all the logins since it
+was created.
+Then who___ will list
+logins, logouts, and crashes since the creation of
+the wtmp file.
+
+Each login is listed with user name, last character
+of input device name (with /dev/tty________ suppressed),
+date and time.
+Certain logouts produce a similar line without a user name.
+Reboots produce a line with "x" in the place of the device name,
+and a fossil time indicative of when the system went down.
+.sp
+.ti 0
+FILES /tmp/utmp
+.sp
+.ti 0
+SEE ALSO login(I), init(VII)
+.sp
+.ti 0
+DIAGNOSTICS "?" if a named file cannot be read.
+.sp
+.ti 0
+BUGS --