In Solaris, how to check the number of Users currently
logged in ?

Answers were Sorted based on User's Feedback



In Solaris, how to check the number of Users currently logged in ?..

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

In Solaris, how to check the number of Users currently logged in ?..

Answer / dattu

#who or #loggins

Is This Answer Correct ?    4 Yes 2 No

In Solaris, how to check the number of Users currently logged in ?..

Answer / shekhar

use WHO command

Is This Answer Correct ?    3 Yes 1 No

In Solaris, how to check the number of Users currently logged in ?..

Answer / guest

who

Is This Answer Correct ?    2 Yes 1 No

In Solaris, how to check the number of Users currently logged in ?..

Answer / raheem

#who

Is This Answer Correct ?    1 Yes 0 No

In Solaris, how to check the number of Users currently logged in ?..

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

In Solaris, how to check the number of Users currently logged in ?..

Answer / ragu

Local user : #who

Remote user: #rusers -l

Is This Answer Correct ?    0 Yes 0 No

In Solaris, how to check the number of Users currently logged in ?..

Answer / sarvan

currently logged
# who cmd

Remote login
#rlogin -l

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Solaris Commands Interview Questions

how to stop the process using process name

10 Answers   HP,


How will you comment error line in /etc/system file

1 Answers   IBM,


How will check patches installed

1 Answers  


In Solaris, how to check the number of Users currently logged in ?

8 Answers   CTS,


What is default permission of files and directory?

4 Answers  






Defalut value for umask

3 Answers  


How will see the hostname

3 Answers  


how to hide file

6 Answers  


how we can create user in solaris?

6 Answers   Tech Mahindra,


What are the packages for DNS?

4 Answers   IBM,


How far VCS supports?

1 Answers  


How to find out the shared file system from server and client

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)