6001 strcat(9f) needs a manpage
[unleashed.git] / usr / src / man / man1 / rwho.1
blob4137b0491db706c9df7e77c8db6a6fc8b5946bc9
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1992, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH RWHO 1 "Nov 6, 2000"
7 .SH NAME
8 rwho \- who is logged in on local machines
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBrwho\fR [\fB-a\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBrwho\fR command produces output similar to \fBwho\fR(1), but for all
19 machines on your network.  If no report has been received from a machine for 5
20 minutes, \fBrwho\fR assumes the machine is down, and does not report users last
21 known to be logged into that machine.
22 .sp
23 .LP
24 If a user has not typed to the system for a minute or more, \fBrwho\fR reports
25 this idle time.  If a user has not typed to the system for an hour or more, the
26 user is omitted from the output of \fBrwho\fR unless the \fB-a\fR flag is
27 given.
28 .SH OPTIONS
29 .sp
30 .ne 2
31 .na
32 \fB\fB-a\fR\fR
33 .ad
34 .RS 6n
35 Report all users whether or not they have typed to the system in the past hour.
36 .RE
38 .SH FILES
39 .sp
40 .ne 2
41 .na
42 \fB\fB/var/spool/rwho/whod.*\fR\fR
43 .ad
44 .RS 26n
45 information about other machines
46 .RE
48 .SH SEE ALSO
49 .sp
50 .LP
51 \fBfinger\fR(1), \fBruptime\fR(1), \fBwho\fR(1), \fBin.rwhod\fR(1M),
52 \fBattributes\fR(5)
53 .SH NOTES
54 .sp
55 .LP
56 \fBrwho\fR does not work through gateways.
57 .sp
58 .LP
59 The directory \fB/var/spool/rwho\fR must exist on the host from which
60 \fBrwho\fR is run.
61 .sp
62 .LP
63 This service takes up progressively more network bandwith as the number of
64 hosts on the local net increases. For large networks, the cost becomes
65 prohibitive.
66 .sp
67 .LP
68 The \fBrwho\fR service daemon, \fBin.rwhod\fR(1M), must be enabled for this
69 command to return useful results.