]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/who/who.1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 May 8, 2002
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 HmqsTu
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 H
52 Write column headings above the output.
53 .It Fl m
54 Show information about the terminal attached to standard input only.
55 .It Fl q
56 .Dq "Quick mode" :
57 List the names and number of logged in users in columns.
58 All other command line options are ignored.
59 .It Fl s
60 Show the name, line and time fields only.
61 This is the default.
62 .It Fl T
63 Indicate whether each user is accepting messages.
64 One of the following characters is written:
65 .Pp
66 .Bl -tag -width 1n -compact
67 .It Li +
68 User is accepting messages.
69 .It Li \&-
70 User is not accepting messages.
71 .It Li \&?
72 An error occurred.
73 .El
74 .It Fl u
75 Show idle time for each user in hours and minutes as
76 .Ar hh Ns : Ns Ar mm ,
77 .Ql \&.
78 if the user has been idle less than a minute, and
79 .Dq Li old
80 if the user has been idle more than 24 hours.
81 .It Cm am I
82 Equivalent to
83 .Fl m .
84 .El
85 .Pp
86 By default,
87 .Nm
88 gathers information from the file
89 .Pa /var/run/utx.active .
90 An alternate
91 .Ar file
92 may be specified which is usually
93 .Pa /var/log/utx.log
94 (or
95 .Pa /var/log/utx.log.[0-6]
96 depending on site policy as
97 .Pa utx.log
98 can grow quite large and daily versions may or may not
99 be kept around after compression by
100 .Xr ac 8 ) .
101 The
102 .Pa utx.log
103 file contains a record of every login, logout,
104 crash, shutdown and date change
105 since
106 .Pa utx.log
107 was last truncated or
108 created.
109 .Pp
110 If
111 .Pa /var/log/utx.log
112 is being used as the file, the user name may be empty
113 or one of the special characters '|', '}' and '~'.
114 Logouts produce
115 an output line without any user name.
116 For more information on the
117 special characters, see
118 .Xr getutxent 3 .
119 .Sh ENVIRONMENT
120 The
121 .Ev COLUMNS , LANG , LC_ALL
122 and
123 .Ev LC_TIME
124 environment variables affect the execution of
125 .Nm
126 as described in
127 .Xr environ 7 .
128 .Sh FILES
129 .Bl -tag -width /var/log/utx.log.[0-6] -compact
130 .It Pa /var/run/utx.active
131 .It Pa /var/log/utx.log
132 .It Pa /var/log/utx.log.[0-6]
133 .El
134 .Sh EXIT STATUS
135 .Ex -std
136 .Sh SEE ALSO
137 .Xr last 1 ,
138 .Xr users 1 ,
139 .Xr w 1 ,
140 .Xr getutxent 3
141 .Sh STANDARDS
142 The
143 .Nm
144 utility conforms to
145 .St -p1003.1-2001 .
146 .Sh HISTORY
147 A
148 .Nm
149 command appeared in
150 .At v1 .