summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/who.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/who.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/who.1')
-rw-r--r--static/unix-v10/man1/who.142
1 files changed, 42 insertions, 0 deletions
diff --git a/static/unix-v10/man1/who.1 b/static/unix-v10/man1/who.1
new file mode 100644
index 00000000..61dd392b
--- /dev/null
+++ b/static/unix-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 --