RUSERS(1) - General Commands Manual # RUSERS(1) - General Commands Manual
NAME # rusers - who is logged in to machines on local network
SYNOPSIS # rusers [-al] [-h | -i | -u] [hosts …]
DESCRIPTION # The rusers command produces output similar to who(1), but for the list of hosts or all machines on the local network. For each host responding to the rusers query, the hostname with the names of the users currently logged on is printed on each line.
...
USERS(1) - General Commands Manual # USERS(1) - General Commands Manual
NAME # users - list current users
SYNOPSIS # users
DESCRIPTION # users lists the login names of the users currently on the system, in sorted order, space separated, on a single line.
FILES # /var/run/utmp
SEE ALSO # finger(1), last(1), who(1), utmp(5)
HISTORY # The users command appeared in 3.0BSD.
OpenBSD 7.5 - May 31, 2007
WHO(1) - General Commands Manual # WHO(1) - General Commands Manual
NAME # who - display who is logged in
SYNOPSIS # who [-HmqTu] [file]
who am i
DESCRIPTION # The who utility displays a list of all users currently logged on, showing for each user the login name, tty name, the date and time of login, and hostname if not local.
The options are as follows:
-H
Write column headings above the regular output.
...