[BACK]Return to rusers.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rusers

Annotation of src/usr.bin/rusers/rusers.1, Revision 1.4

1.4     ! aaron       1: .\"    $OpenBSD: rusers.1,v 1.3 1998/09/27 16:57:52 aaron Exp $
1.1       deraadt     2: .\" Copyright (c) 1983, 1990 The Regents of the University of California.
                      3: .\" All rights reserved.
                      4: .\"
                      5: .\" Redistribution and use in source and binary forms, with or without
                      6: .\" modification, are permitted provided that the following conditions
                      7: .\" are met:
                      8: .\" 1. Redistributions of source code must retain the above copyright
                      9: .\"    notice, this list of conditions and the following disclaimer.
                     10: .\" 2. Redistributions in binary form must reproduce the above copyright
                     11: .\"    notice, this list of conditions and the following disclaimer in the
                     12: .\"    documentation and/or other materials provided with the distribution.
                     13: .\" 3. All advertising materials mentioning features or use of this software
                     14: .\"    must display the following acknowledgement:
                     15: .\"    This product includes software developed by the University of
                     16: .\"    California, Berkeley and its contributors.
                     17: .\" 4. Neither the name of the University nor the names of its contributors
                     18: .\"    may be used to endorse or promote products derived from this software
                     19: .\"    without specific prior written permission.
                     20: .\"
                     21: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     22: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     23: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     24: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     25: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     26: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     27: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     28: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     29: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     30: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     31: .\" SUCH DAMAGE.
                     32: .\"
                     33: .\"     from: @(#)rusers.1     6.7 (Berkeley) 4/23/91
                     34: .\"
                     35: .Dd April 23, 1991
                     36: .Dt RUSERS 1
1.4     ! aaron      37: .Os
1.1       deraadt    38: .Sh NAME
                     39: .Nm rusers
                     40: .Nd who is logged in to machines on local network
                     41: .Sh SYNOPSIS
                     42: .Nm rusers
                     43: .Op Fl al
                     44: .Op Ar host ...
                     45: .Sh DESCRIPTION
                     46: The
                     47: .Nm rusers
                     48: command produces output similar to
1.3       aaron      49: .Xr who 1 ,
1.1       deraadt    50: but for the list of hosts or all machines on the local
                     51: network. For each host responding to the rusers query,
                     52: the hostname with the names of the users currently logged
1.3       aaron      53: on is printed on each line. The
                     54: .Nm rusers
                     55: command will wait for
1.1       deraadt    56: one minute to catch late responders.
                     57: .Pp
                     58: The following options are available:
                     59: .Bl -tag -width indent
                     60: .It Fl a
                     61: Print all machines responding even if no one is currently logged in.
                     62: .It Fl l
                     63: Print a long format listing. This includes the user name, host name,
                     64: tty that the user is logged in to, the date and time the user
                     65: logged in, the amount of time since the user typed on the keyboard,
                     66: and the remote host they logged in from (if applicable).
                     67: .El
                     68: .Sh DIAGNOSTICS
                     69: .Bl -tag -width indent
                     70: .It rusers: RPC: Program not registered
                     71: The
                     72: .Xr rpc.rusersd 8
                     73: daemon has not been started on the remote host.
                     74: .It rusers: RPC: Timed out
                     75: A communication error occurred.  Either the network is
                     76: excessively congested, or the
                     77: .Xr rpc.rusersd 8
                     78: daemon has terminated on the remote host.
                     79: .It rusers: RPC: Port mapper failure - RPC: Timed out
                     80: The remote host is not running the portmapper (see
                     81: .Xr portmap 8 ),
                     82: and cannot accommodate any RPC-based services.  The host may be down.
                     83: .El
                     84: .Sh SEE ALSO
1.3       aaron      85: .Xr rwho 1 ,
1.1       deraadt    86: .Xr users 1 ,
                     87: .Xr who 1 ,
                     88: .Xr portmap 8 ,
                     89: .Xr rpc.rusersd 8
                     90: .Sh HISTORY
                     91: The
                     92: .Nm rusers
                     93: command
                     94: appeared in
                     95: .Tn SunOS .
                     96: .Sh BUGS
                     97: The sorting options are not implemented.