19b50d902SRodney W. Grimes.\" Copyright (c) 1986, 1991, 1993 29b50d902SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 39b50d902SRodney W. Grimes.\" 49b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 59b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions 69b50d902SRodney W. Grimes.\" are met: 79b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 89b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 99b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 109b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 119b50d902SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 12fbbd9655SWarner Losh.\" 3. Neither the name of the University nor the names of its contributors 139b50d902SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 149b50d902SRodney W. Grimes.\" without specific prior written permission. 159b50d902SRodney W. Grimes.\" 169b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 179b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 189b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 199b50d902SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 209b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 219b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 229b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 239b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 249b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 259b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 269b50d902SRodney W. Grimes.\" SUCH DAMAGE. 279b50d902SRodney W. Grimes.\" 28*25641c7cSFernando Apesteguía.Dd August 30, 2020 299b50d902SRodney W. Grimes.Dt WHO 1 309b50d902SRodney W. Grimes.Os 319b50d902SRodney W. Grimes.Sh NAME 329b50d902SRodney W. Grimes.Nm who 3338a99942STim J. Robbins.Nd display who is on the system 349b50d902SRodney W. Grimes.Sh SYNOPSIS 358fe908efSRuslan Ermilov.Nm 3679625d00SEd Schouten.Op Fl abHmqsTu 3738a99942STim J. Robbins.Op Cm am I 389b50d902SRodney W. Grimes.Op Ar file 399b50d902SRodney W. Grimes.Sh DESCRIPTION 400abcff76SPhilippe CharnierThe 410abcff76SPhilippe Charnier.Nm 4238a99942STim J. Robbinsutility displays information about currently logged in users. 4338a99942STim J. RobbinsBy default, this includes the login name, tty name, date and time of login and 4438a99942STim J. Robbinsremote hostname if not local. 459b50d902SRodney W. Grimes.Pp 4638a99942STim J. RobbinsThe options are as follows: 4738a99942STim J. Robbins.Bl -tag -width indent 4879625d00SEd Schouten.It Fl a 4979625d00SEd SchoutenEquivalent to 5079625d00SEd Schouten.Fl bTu , 51aee53c33SJoel Dahlwith the exception that output is not restricted to the time and date of 5279625d00SEd Schoutenthe last system reboot. 5385714224SSergey Kandaurov.It Fl b 5485714224SSergey KandaurovWrite the time and date of the last system reboot. 5538a99942STim J. Robbins.It Fl H 5638a99942STim J. RobbinsWrite column headings above the output. 5738a99942STim J. Robbins.It Fl m 5838a99942STim J. RobbinsShow information about the terminal attached to standard input only. 5938a99942STim J. Robbins.It Fl q 608c756f11SRuslan Ermilov.Dq "Quick mode" : 6138a99942STim J. RobbinsList the names and number of logged in users in columns. 6238a99942STim J. RobbinsAll other command line options are ignored. 6338a99942STim J. Robbins.It Fl s 6438a99942STim J. RobbinsShow the name, line and time fields only. 6538a99942STim J. RobbinsThis is the default. 6638a99942STim J. Robbins.It Fl T 6738a99942STim J. RobbinsIndicate whether each user is accepting messages. 6838a99942STim J. RobbinsOne of the following characters is written: 698c756f11SRuslan Ermilov.Pp 708c756f11SRuslan Ermilov.Bl -tag -width 1n -compact 718c756f11SRuslan Ermilov.It Li + 7238a99942STim J. RobbinsUser is accepting messages. 738c756f11SRuslan Ermilov.It Li \&- 7438a99942STim J. RobbinsUser is not accepting messages. 758c756f11SRuslan Ermilov.It Li \&? 7638a99942STim J. RobbinsAn error occurred. 7738a99942STim J. Robbins.El 7838a99942STim J. Robbins.It Fl u 7938a99942STim J. RobbinsShow idle time for each user in hours and minutes as 80*25641c7cSFernando Apesteguía.Ar hh : Ns Ar mm , 8138a99942STim J. Robbins.Ql \&. 822fccbf04SGlen Barberif the user has been idle less than a minute, and 838c756f11SRuslan Ermilov.Dq Li old 8438a99942STim J. Robbinsif the user has been idle more than 24 hours. 8538a99942STim J. Robbins.It Cm am I 8638a99942STim J. RobbinsEquivalent to 8738a99942STim J. Robbins.Fl m . 8838a99942STim J. Robbins.El 899b50d902SRodney W. Grimes.Pp 909b50d902SRodney W. GrimesBy default, 910abcff76SPhilippe Charnier.Nm 929b50d902SRodney W. Grimesgathers information from the file 930806dd92SEd Schouten.Pa /var/run/utx.active . 949b50d902SRodney W. GrimesAn alternate 959b50d902SRodney W. Grimes.Ar file 969b50d902SRodney W. Grimesmay be specified which is usually 970806dd92SEd Schouten.Pa /var/log/utx.log 989b50d902SRodney W. Grimes(or 990806dd92SEd Schouten.Pa /var/log/utx.log.[0-6] 1009b50d902SRodney W. Grimesdepending on site policy as 1010806dd92SEd Schouten.Pa utx.log 1029b50d902SRodney W. Grimescan grow quite large and daily versions may or may not 1039b50d902SRodney W. Grimesbe kept around after compression by 1049b50d902SRodney W. Grimes.Xr ac 8 ) . 1059b50d902SRodney W. GrimesThe 1060806dd92SEd Schouten.Pa utx.log 1079b50d902SRodney W. Grimesfile contains a record of every login, logout, 1089b50d902SRodney W. Grimescrash, shutdown and date change 1099b50d902SRodney W. Grimessince 1100806dd92SEd Schouten.Pa utx.log 1119b50d902SRodney W. Grimeswas last truncated or 1129b50d902SRodney W. Grimescreated. 1139b50d902SRodney W. Grimes.Pp 1149b50d902SRodney W. GrimesIf 1150806dd92SEd Schouten.Pa /var/log/utx.log 1169b50d902SRodney W. Grimesis being used as the file, the user name may be empty 1176a3e8b0aSRuslan Ermilovor one of the special characters '|', '}' and '~'. 1186a3e8b0aSRuslan ErmilovLogouts produce 1196a3e8b0aSRuslan Ermilovan output line without any user name. 1206a3e8b0aSRuslan ErmilovFor more information on the 1219b50d902SRodney W. Grimesspecial characters, see 1220806dd92SEd Schouten.Xr getutxent 3 . 1238358edb6STim J. Robbins.Sh ENVIRONMENT 124850a1debSTim J. RobbinsThe 12506e482e6SRuslan Ermilov.Ev COLUMNS , LANG , LC_ALL 126850a1debSTim J. Robbinsand 127850a1debSTim J. Robbins.Ev LC_TIME 128850a1debSTim J. Robbinsenvironment variables affect the execution of 1298358edb6STim J. Robbins.Nm 130850a1debSTim J. Robbinsas described in 131850a1debSTim J. Robbins.Xr environ 7 . 1329b50d902SRodney W. Grimes.Sh FILES 1330806dd92SEd Schouten.Bl -tag -width /var/log/utx.log.[0-6] -compact 1340806dd92SEd Schouten.It Pa /var/run/utx.active 1350806dd92SEd Schouten.It Pa /var/log/utx.log 1360806dd92SEd Schouten.It Pa /var/log/utx.log.[0-6] 1379b50d902SRodney W. Grimes.El 138a866e170SRuslan Ermilov.Sh EXIT STATUS 13938a99942STim J. Robbins.Ex -std 140*25641c7cSFernando Apesteguía.Sh EXAMPLES 141*25641c7cSFernando ApesteguíaShow a brief summary of who is logged in: 142*25641c7cSFernando Apesteguía.Bd -literal -offset indent 143*25641c7cSFernando Apesteguía$ who -q 144*25641c7cSFernando Apesteguíafernape root root 145*25641c7cSFernando Apesteguía# users = 3 146*25641c7cSFernando Apesteguía.Ed 147*25641c7cSFernando Apesteguía.Pp 148*25641c7cSFernando ApesteguíaShow who is logged in along with the line and time fields (without the headers): 149*25641c7cSFernando Apesteguía.Bd -literal -offset indent 150*25641c7cSFernando Apesteguía$ who -s 151*25641c7cSFernando Apesteguíafernape ttyv0 Aug 26 16:23 152*25641c7cSFernando Apesteguíaroot ttyv1 Aug 26 16:23 153*25641c7cSFernando Apesteguíaroot ttyv2 Aug 26 16:23 154*25641c7cSFernando Apesteguía.Ed 155*25641c7cSFernando Apesteguía.Pp 156*25641c7cSFernando ApesteguíaShow information about the terminal attached to standard input: 157*25641c7cSFernando Apesteguía.Bd -literal -offset indent 158*25641c7cSFernando Apesteguía$ who am i 159*25641c7cSFernando Apesteguíafernape Aug 26 16:24 160*25641c7cSFernando Apesteguía.Ed 161*25641c7cSFernando Apesteguía.Pp 162*25641c7cSFernando ApesteguíaShow time and date of the last system reboot, whether the users accept messages 163*25641c7cSFernando Apesteguíaand the idle time for each of them: 164*25641c7cSFernando Apesteguía.Bd -literal -offset indent 165*25641c7cSFernando Apesteguía$ who -a 166*25641c7cSFernando Apesteguía - system boot Aug 26 16:23 . 167*25641c7cSFernando Apesteguíafernape - ttyv0 Aug 26 16:23 . 168*25641c7cSFernando Apesteguíaroot - ttyv1 Aug 26 16:23 . 169*25641c7cSFernando Apesteguíaroot - ttyv2 Aug 26 16:23 . 170*25641c7cSFernando Apesteguía.Ed 171*25641c7cSFernando Apesteguía.Pp 172*25641c7cSFernando ApesteguíaSame as above but showing headers: 173*25641c7cSFernando Apesteguía.Bd -literal -offset indent 174*25641c7cSFernando Apesteguía$ who -aH 175*25641c7cSFernando ApesteguíaNAME S LINE TIME IDLE FROM 176*25641c7cSFernando Apesteguía - system boot Aug 26 16:23 . 177*25641c7cSFernando Apesteguíafernape - ttyv0 Aug 26 16:23 . 178*25641c7cSFernando Apesteguíaroot - ttyv1 Aug 26 16:23 00:01 179*25641c7cSFernando Apesteguíaroot - ttyv2 Aug 26 16:23 00:01 180*25641c7cSFernando Apesteguía.Ed 1819b50d902SRodney W. Grimes.Sh SEE ALSO 1829b50d902SRodney W. Grimes.Xr last 1 , 1839b50d902SRodney W. Grimes.Xr users 1 , 18438a99942STim J. Robbins.Xr w 1 , 1850806dd92SEd Schouten.Xr getutxent 3 18638a99942STim J. Robbins.Sh STANDARDS 18738a99942STim J. RobbinsThe 18838a99942STim J. Robbins.Nm 18938a99942STim J. Robbinsutility conforms to 19038a99942STim J. Robbins.St -p1003.1-2001 . 1919b50d902SRodney W. Grimes.Sh HISTORY 1929b50d902SRodney W. GrimesA 1939b50d902SRodney W. Grimes.Nm 1949b50d902SRodney W. Grimescommand appeared in 195b8923d4cSWolfram Schneider.At v1 . 196