svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
rusers(1)
rusers(1) User Commands rusers(1)
NAME
rusers - who is logged in on remote machines
SYNOPSIS
rusers [-ahilu] host...
DESCRIPTION
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 be‐
low.
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 rpc.rusersd(8)
daemon, which may be started up from inetd(8) under the service identi‐
fier svc:/network/rpc/rusers:default. This service is disabled by de‐
fault on Solaris 10 systems with a secure by default configuration and
on all Solaris 11 systems, and must be enabled by an administrator in
order for a host to respond to rusers queries.
If no name can be found for a host via the hosts(5) name service,
rusers displays a numeric IP address for the host.
OPTIONS
-a Give a report for a machine even if no users are logged on.
-h Sort alphabetically by host name.
-i Sort by idle time.
-l Give a longer listing in the style of who(1).
-u Sort by number of users.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitynetwork/legacy-rpc-utilities _ Interface
StabilityCommitted
SEE ALSO
who(1), attributes(7), inetd(8), rpc.rusersd(8)
HISTORY
The rusers command, including support for the options -a, -h, and -i,
-l, and -u, has been present since the initial release of Solaris.
Oracle Solaris 11.4 28 Jun 2023 rusers(1)