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

What is difference between Hard and Soft mount?

1 Answers  


How to find the kernel bit version or architecture

5 Answers  


How to add a group

4 Answers  


How to unconfigure llt and gab

1 Answers  


If /etc/system file is corrupted how will you recover it , if we dont have a CDROM then what is the procedure?

2 Answers   IBM, ITC Infotech, Tech Mahindra,






Is it possible to create swap in new harddisk without format

2 Answers  


how to stop the process using process name

10 Answers   HP,


Syntax for useradd commad

4 Answers  


How to add a root dg?

3 Answers  


In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.

2 Answers  


How can you create mount points in solaris?

11 Answers   Huawei,


How can you search for commands at the boot prompt if you only know part of the command?

9 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)