1 .\" $NetBSD: who.1,v 1.21 2007/01/17 16:37:41 christos Exp $
3 .\" Copyright (c) 1986, 1991, 1993
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\" may be used to endorse or promote products derived from this software
16 .\" without specific prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" @(#)who.1 8.2 (Berkeley) 12/30/93
37 .Nd display who is logged in
47 utility displays a list of all users currently logged on, showing for
48 each user the login name, tty name, the date and time of login, and
49 hostname if not local.
58 Time of last system boot.
62 Write column headings above the regular output.
64 Print system login processes.
66 Only print information about the current terminal.
73 Print active processes spawned by
77 List only the names and the number of users currently logged on.
78 When this option is used, all other options are ignored.
80 Print the current runlevel.
81 Supported runlevels are:
82 .Bl -tag -width "s (SINGLE_USER)"
84 The system has halted.
85 .It Dv s Pq Dv SINGLE_USER
86 The system is running in single user mode.
88 The system is executing
90 .It Dv t Pq Dv READ_TTYS
91 The system is processing
93 .It Dv m Pq Dv MULTI_USER
94 The system is running in multi-user mode.
95 .It Dv T Pq Dv CLEAN_TTYS
96 The system is in the process of stopping processes
97 associated with terminal devices.
98 .It Dv c Pq Dv CATATONIA
99 The system is in the process of shutting down and will
100 not create new processes.
103 List only the name, line and time fields.
106 Print a character after the user name indicating the state of the
109 if the terminal is writable;
114 if a bad line is encountered.
116 Print last system clock change.
118 Print the idle time for each user, and the associated process ID.
120 When printing of more information is requested with
122 this switch can be used to also printed
123 process termination signals,
125 session id for windowing
126 and the type of the entry, see documentation of ut_type in
129 Returns the invoker's real user name.
133 gathers information from the file
137 may be specified which is usually
142 .Pa /var/log/wtmpx.[0-6]
144 .Pa /var/log/wtmp.[0-6]
145 depending on site policy as
147 can grow quite large and daily versions may or may not
148 be kept around after compression by
154 file contains a record of every login, logout,
155 crash, shutdown and date change
160 were last truncated or
168 are being used as the file, the user name may be empty
169 or one of the special characters '|', '}' and '~'.
170 Logouts produce an output line without any user name.
171 For more information on the
172 special characters, see
175 .Bl -tag -width /var/log/wtmp.[0-6] -compact
177 .It Pa /var/run/utmpx
179 .It Pa /var/log/wtmp.[0-6]
180 .It Pa /var/log/wtmpx
181 .It Pa /var/log/wtmpx.[0-6]
193 utility is expected to conform to