xref: /original-bsd/usr.bin/rwho/rwho.1 (revision 237fdba6)
1.\" Copyright (c) 1983, 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)rwho.1	6.3 (Berkeley) 06/11/90
7.\"
8.Dd
9.Dt RWHO 1
10.Os BSD 4.2
11.Sh NAME
12.Nm rwho
13.Nd who's logged in on local machines
14.Sh SYNOPSIS
15.Nm rwho
16.Op Fl a
17.Sh DESCRIPTION
18The
19.Nm rwho
20command produces output similar to
21.Xr who ,
22but for all machines on the local network.
23If no report has been
24received from a machine for 5 minutes then
25.Nm rwho
26assumes the machine is down, and does not report users last known
27to be logged into that machine.
28.Pp
29If a users hasn't typed to the system for a minute or more, then
30.Nm rwho
31reports this idle time.  If a user hasn't typed to the system for
32an hour or more, then
33the user will be omitted from the output of
34.Nm rwho
35unless the
36.Fl a
37flag is given.
38.Sh FILES
39.Dw /var/spool/rwho/rhowd.*
40.Di L
41.Dp Pa /var/spool/rwho/whod.*
42information about other machines
43.Dp
44.Sh SEE ALSO
45.Xr ruptime 1 ,
46.Xr rwhod 8
47.Sh HISTORY
48.Nm Rwho
49appeared in 4.3 BSD.
50.Sh BUGS
51This is unwieldy when the number of machines
52on the local net is large.
53