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 to stop the process using process name
How will you comment error line in /etc/system file
How will check patches installed
In Solaris, how to check the number of Users currently logged in ?
What is default permission of files and directory?
Defalut value for umask
How will see the hostname
how to hide file
how we can create user in solaris?
What are the packages for DNS?
How far VCS supports?
How to find out the shared file system from server and client