rwho(1) — Commands
OSF — Environment_Note_Added
NAME
rwho − Shows which users are logged in to hosts on the local network
SYNOPSIS
rwho [-a]
The rwho command displays the username, hostname, and start date and time of each session for everyone on the local network who is currently logged in to a host running the rwhod daemon.
FLAGS
-aIncludes all users. Without this flag, users whose sessions are idle an hour or more are not included in the report.
DESCRIPTION
If a user has not typed anything for at least 3 minutes, rwho reports the idle time as a number of minutes in the last column. After an hour of inactivity, a user is not included unless the -a flag is specified. Because this command displays a lot of output, use this command with caution if the local network has a large number of users.
Status information is broadcast once every 3 minutes by each network host running the rwhod daemon. Any activity (such as a user logging on or off) that takes place between broadcasts is not reflected until the next broadcast.
EXAMPLES
To get a report of all users currently logged into hosts on the local network, enter:
$ rwho
bobhost2:pts5Nov 17 06:30 :20
bobhost7:consoleNov 17 06:25 :25
franzhost1:pts0Nov 17 11:20 :51
franzhost1:pts8Nov 16 15:33 :42
franzhost4:consoleNov 17 16:32
pietrohost1:consoleNov 17 13:14 :31
pietrohost1:pts7Nov 17 13:15 :47
serverhost2:consoleNov 17 06:58 :20
luishost2:pts6Nov 17 09:22
FILES
/var/rwho/whod.∗Indicates data files received from remote rwhod daemons.
ENVIRONMENT NOTES
This section describes system features that are not generic to OSF/1 but that are provided in this OSF/1 implementation.
Digital Extensions
The users flag is specific to this OSF/1 implementation:
SYNOPSIS
rwho [-a] [users]
FLAGS
usersIf a list of users is specified, only the status of those users is displayed to the screen.
RELATED INFORMATION
Commands: ruptime(1), rwhod(8).