![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding all users on a LAN and their IP | sigurarm | IP Networking | 2 | 04-24-2008 05:27 AM |
| finding idle users | rfmurphy_6 | Shell Programming and Scripting | 3 | 07-06-2005 10:03 AM |
| Finding last time users logged in | jyoung | UNIX for Dummies Questions & Answers | 11 | 04-20-2005 11:03 AM |
| Finding valid users | jrdnoland1 | Shell Programming and Scripting | 5 | 02-12-2002 02:12 AM |
| Finding users currently accesing a directory | mehtad | Shell Programming and Scripting | 3 | 11-29-2001 12:34 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi.
After using the command 'who' and getting all used accounts on current machine - how can i found out who are the users? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
To found out more details on user
you can use finger command the syntax is finger "username" the finger command can be used on all unix system on solaris system you can also use listusers command the syntax is listusers -l "username" |
|
#3
|
||||
|
||||
|
Also try "finger" with no arguments instead of "who".
|
||||
| Google The UNIX and Linux Forums |