The rusers command produces
output similar to who(1), but for remote machines. The listing is in the order that responses are received, but this order can be changed by specifying one of the options listed below.
The default is to print out the names of the users logged in. When the -l flag is given, additional information is printed for each user:
|
userid hostname:terminal login_date login_time idle_time login_host
|
If hostname and login host are the same value, the login_host field is not displayed. Likewise, if hostname is not idle, the idle_time
is not displayed.
A remote host will only respond if it is running the rusersd daemon, which may be started up from inetd(1M) or listen(1M).
|