In Solaris, how to check the number of Users currently
logged in ?
Answers were Sorted based on User's Feedback
Answer / swamy naidu kollu
#who
Command list the users that are currently logged in.
For listing the remote users as well
#who -r or #rusers -l
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / gopinadh
#ps -ef | awk '{print $1}'|sort |uniq | wc -l
the result of above command - 1 = total users
Is This Answer Correct ? | 0 Yes | 0 No |
How can you see the system firewll?
how to install a patch in solaris 10( step by step details)?
What are the daemons will run when the system is booting?
How to enable the crashdump?
How many controllers in 3510 storage.
How to check the patch level in solaris
In solaris while patching why should we break the mirroring?
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?
I have only one plex and one subdisk and one volume , then plex is failed how can we recolect it?
please post step by step installation of packages from the EIS cd..
Explain FSCK
how to use the command "top" in solaris 10