RUSERS(1c,C) AIX Commands Reference RUSERS(1c,C)
-------------------------------------------------------------------------------
rusers
PURPOSE
Identifies users logged in on local machines when NFS (RPC version) is
installed.
SYNTAX
+--------+ +------------+ +----------+ +----------------+
rusers ---| one of |---| +----+ |---| |---| |---|
| +----+ | +---| -a |---+ +- -d num -+ +--- hostname ---+
+-| -i |-+ ^ | -l | | ^ |
| -h | | +----+ | +------------+
| -u | +--------+
+----+
Warning: See restrictions, Chapter 18, AIX Programming Tools and Interfaces.
DESCRIPTION
The rusers command broadcasts a query on the local network and displays the
responses it receives. To query specific hosts, specify their names in the
hostname parameter.
Note: Remote hosts respond only if they are running the rpc.rusersd daemon.
FLAGS
The rusers command displays the responses to the query in the order it receives
them. Each machine is listed on a separate line. Use the following flags to
change the print order:
-a Responds for all machines even if no users are logged on.
-d num Displays the first num host names.
-h Sorts responses alphabetically by host name.
-i Sorts responses by idle time. Idle time is reported if a user has not
typed into the system for more than a minute.
-l Responds with a longer listing, in the style of the who command.
-u Sorts responses by numbers of users.
Processed November 8, 1990 RUSERS(1c,C) 1
RUSERS(1c,C) AIX Commands Reference RUSERS(1c,C)
FILES
/etc/servers
RELATED INFORMATION
See the following commands: "who" and "rpc.rusersd."
Processed November 8, 1990 RUSERS(1c,C) 2