rwho(1c)rwho(1c)Name
rwho - who is logged in on local machines
Syntax
rwho [ -ah ] [users]
Description
The command lists the login name, terminal name, and login time for users on all machines on the local network. If no report has been
received from a machine for 5 minutes, assumes that the machine is down, and does not report users last known to be logged in to that
machine. If a user has not typed to the system for a minute or more, reports this idle time.
If a user has not typed to the system for an hour or more, the user is omitted from the output of
If given a list of user names, the command reports on the status of only those names.
Options-a Lists all users. Normally, omits users who have not typed to the system for an hour or more. If the -a flag is specified, these
users are also listed.
-h Sorts users by host name. Normally, prints its output sorted by user name. If the -h flag is specified, the results are sorted by
host name.
Files
/usr/spool/rwho/whod.* Information about other machines
See Alsoruptime(1c), rwhod(8c)rwho(1c)
Check Out this Related Man Page
rwho(1) User Commands rwho(1)NAME
rwho - who is logged in on local machines
SYNOPSIS
rwho [-a]
DESCRIPTION
The rwho command produces output similar to who(1), but for all machines on your network. If no report has been received from a machine
for 5 minutes, rwho assumes the machine is down, and does not report users last known to be logged into that machine.
If a user has not typed to the system for a minute or more, rwho reports this idle time. If a user has not typed to the system for an hour
or more, the user is omitted from the output of rwho unless the -a flag is given.
OPTIONS -a Report all users whether or not they have typed to the system in the past hour.
FILES
/var/spool/rwho/whod.* information about other machines
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------------------------------------+
|ATTRIBUTE TYPE ATTRIBUTE VALUE |
|Availability SUNWrcmds |
+-----------------------------------------------------------+
SEE ALSO finger(1), ruptime(1), who(1), in.rwhod(1M), attributes(5)NOTES
rwho does not work through gateways.
The directory /var/spool/rwho must exist on the host from which rwho is run.
This service takes up progressively more network bandwith as the number of hosts on the local net increases. For large networks, the cost
becomes prohibitive.
The rwho service daemon, in.rwhod(1M), must be enabled for this command to return useful results.
SunOS 5.11 6 Nov 2000 rwho(1)
Hi,
I can list active subservers of subsystem by issuing "lssrc -l -s somesubsystem"
How do I list inactive subservers or at least all subservers(active+inactive) of certain subsystem ?
thanks
Vilius (3 Replies)
Hi all,
I cannt use 'su' to login to root or any other users though everything seems ok. I read some articles that says if you do recursive chmod 777 on /usr it can create this problem.
I did the same. can anybody tell me how to repair it. Any ideas will be appreciated.
thnks (7 Replies)
I need to add "new lines" of text with special characters, to specific lines in the file. There are 3 modifications needed. Been testing 2 here without success.
#!/usr/bin/perl
use FileHandle;
$file=FileHandle->new;
$FILENAME="/opt/etc/usr/file.txt";
$file->open ("<$FILENAME") or die... (13 Replies)
Hi,
I heard about some global commands for information gathering in UNIX systems. some commands which will execute on a UNIX system in a local network and other systems will reply to these command with some information about themselves.
for example, from one of those UNIX machines (in a... (15 Replies)
I have NCR MP-RAS unix. I have been trying for several months to get our network working since we had never used it before. I have setup all routes that I can think of. I know it has something to do with the routing table, because out of sheer luck I was able to get it working, and than like a... (4 Replies)
hi,
here is a HP workstation C9000 with HP-UX system in my office. couple days ago we shutdown the system. when trying to turn the it on, the system failed to start X window.
my boss ask me fix it, but i am new of unix world.
please be kindly to teach me how to get error message and fix... (19 Replies)
Hi,
Am writing a script where I want to find uptime of certain servers. Is there any command where we can find uptime without login to the server, since the server list is big logging to the server will time consuming.
Thanks in advance (7 Replies)
I have parallels container running on Suse. From top command, I am not able to see, what is eating up so big amount of memory.
top - 07:44:24 up 172 days, 18:52, 1 user, load average: 0.01, 0.02, 0.00
Tasks: 44 total, 1 running, 43 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, ... (1 Reply)
Hi,
I am planning to disable SNMP in our AIX LPARs. wanted to see by disabling in a test LPAR.
before that, I would like to check disabling this SNMP will impact any of our application or database in anyway. what kind of other software depends on these SNMP daemons ?
Can you please let me... (9 Replies)
Hi All,
Would love a little help with a program that I have been left by a friend, that recently passed, and as a legacy to him, would really love to keep it going and ideally expand its distribution around our company.
I have the program running but have come across a stumbling block when... (10 Replies)