![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RCS - Find difference between 2 different versions of a file | kelangovan | UNIX for Advanced & Expert Users | 1 | 05-20-2008 05:47 AM |
| Versions of HP-UX or AIX | kurt1978 | UNIX for Dummies Questions & Answers | 5 | 05-31-2007 08:09 AM |
| Is there any way to get old HP-UX versions? | dlundh | HP-UX | 4 | 05-29-2007 04:35 AM |
| File Versions (GDG) | Bizcut | UNIX for Dummies Questions & Answers | 0 | 07-27-2005 06:50 AM |
| different versions? | deeptia | Shell Programming and Scripting | 1 | 03-25-2002 10:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I find out in UNIX the number of superusers logged in at a system at a given time???
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
List of Superusers
Hai
Unix tells us the list of users who logged on when you give the command "who". It also gives the list of super users also because a super user is nothing but a simple user but he will have more powers. Well iam also a learning user of Unix. Hope this is correct answer have a nice time kalyan |
|
#3
|
||||
|
||||
|
who and finger
Yes, who will tell you a lot. You can also use the "finger" command to give different info on all users on the box. If you do a finger <user name> it will pull data from the /etc/passwd file if there is any info in the GECOS field ( user info ) like real name, phone number, location etc... .
Do a "man" on both of these to find out more.
__________________
My brain is your brain |
||||
| Google The UNIX and Linux Forums |