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 can you recover the backup of NIC card if it is corrupted?

1 Answers   Thomson Reuters,


how many run level in solaris?

19 Answers   HP,


Disaster recovery steps if OS corrupted

3 Answers  


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

8 Answers   CTS,


What are the minimum hardware requirements for cluster configuration?

4 Answers  






How to find the kernel bit version or architecture

5 Answers  


How to configure the network card

2 Answers  


What are the daemons in nis server.

2 Answers  


How to set passwd never expire for a user

4 Answers  


What is difference between g G while creating useradd?

1 Answers  


how many default groups are there in solaris10?what are they?

5 Answers   HP, Patni,


I have single NIC card and we have two ports can we configure as IPMP?

1 Answers   ITC Infotech,


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)