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 see the system firewll?

0 Answers   Thomson Reuters,


how to install a patch in solaris 10( step by step details)?

2 Answers  


What are the daemons will run when the system is booting?

2 Answers   EDS,


How to enable the crashdump?

1 Answers   IBM,


How many controllers in 3510 storage.

1 Answers  


How to check the patch level in solaris

4 Answers   IBM,


In solaris while patching why should we break the mirroring?

1 Answers   Wipro,


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?

0 Answers   Infosys,


I have only one plex and one subdisk and one volume , then plex is failed how can we recolect it?

4 Answers   IBM,


please post step by step installation of packages from the EIS cd..

0 Answers   Wipro,


Explain FSCK

2 Answers  


how to use the command "top" in solaris 10

3 Answers   IBM,


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)