]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/who/who.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / who / who.1
1 .\" Copyright (c) 1986, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)who.1       8.2 (Berkeley) 12/30/93
29 .\" $FreeBSD$
30 .\"
31 .Dd February 11, 2012
32 .Dt WHO 1
33 .Os
34 .Sh NAME
35 .Nm who
36 .Nd display who is on the system
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl abHmqsTu
40 .Op Cm am I
41 .Op Ar file
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility displays information about currently logged in users.
46 By default, this includes the login name, tty name, date and time of login and
47 remote hostname if not local.
48 .Pp
49 The options are as follows:
50 .Bl -tag -width indent
51 .It Fl a
52 Equivalent to
53 .Fl bTu ,
54 with the exception that output is not restricted to the time and date of
55 the last system reboot.
56 .It Fl b
57 Write the time and date of the last system reboot.
58 .It Fl H
59 Write column headings above the output.
60 .It Fl m
61 Show information about the terminal attached to standard input only.
62 .It Fl q
63 .Dq "Quick mode" :
64 List the names and number of logged in users in columns.
65 All other command line options are ignored.
66 .It Fl s
67 Show the name, line and time fields only.
68 This is the default.
69 .It Fl T
70 Indicate whether each user is accepting messages.
71 One of the following characters is written:
72 .Pp
73 .Bl -tag -width 1n -compact
74 .It Li +
75 User is accepting messages.
76 .It Li \&-
77 User is not accepting messages.
78 .It Li \&?
79 An error occurred.
80 .El
81 .It Fl u
82 Show idle time for each user in hours and minutes as
83 .Ar hh Ns : Ns Ar mm ,
84 .Ql \&.
85 if the user has been idle less than a minute, and
86 .Dq Li old
87 if the user has been idle more than 24 hours.
88 .It Cm am I
89 Equivalent to
90 .Fl m .
91 .El
92 .Pp
93 By default,
94 .Nm
95 gathers information from the file
96 .Pa /var/run/utx.active .
97 An alternate
98 .Ar file
99 may be specified which is usually
100 .Pa /var/log/utx.log
101 (or
102 .Pa /var/log/utx.log.[0-6]
103 depending on site policy as
104 .Pa utx.log
105 can grow quite large and daily versions may or may not
106 be kept around after compression by
107 .Xr ac 8 ) .
108 The
109 .Pa utx.log
110 file contains a record of every login, logout,
111 crash, shutdown and date change
112 since
113 .Pa utx.log
114 was last truncated or
115 created.
116 .Pp
117 If
118 .Pa /var/log/utx.log
119 is being used as the file, the user name may be empty
120 or one of the special characters '|', '}' and '~'.
121 Logouts produce
122 an output line without any user name.
123 For more information on the
124 special characters, see
125 .Xr getutxent 3 .
126 .Sh ENVIRONMENT
127 The
128 .Ev COLUMNS , LANG , LC_ALL
129 and
130 .Ev LC_TIME
131 environment variables affect the execution of
132 .Nm
133 as described in
134 .Xr environ 7 .
135 .Sh FILES
136 .Bl -tag -width /var/log/utx.log.[0-6] -compact
137 .It Pa /var/run/utx.active
138 .It Pa /var/log/utx.log
139 .It Pa /var/log/utx.log.[0-6]
140 .El
141 .Sh EXIT STATUS
142 .Ex -std
143 .Sh SEE ALSO
144 .Xr last 1 ,
145 .Xr users 1 ,
146 .Xr w 1 ,
147 .Xr getutxent 3
148 .Sh STANDARDS
149 The
150 .Nm
151 utility conforms to
152 .St -p1003.1-2001 .
153 .Sh HISTORY
154 A
155 .Nm
156 command appeared in
157 .At v1 .