![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| active working | battaglia | UNIX for Dummies Questions & Answers | 5 | 4 Weeks Ago 03:31 AM |
| Switching the active pts? | tspicher | UNIX for Dummies Questions & Answers | 4 | 06-25-2007 04:52 PM |
| How to get active connections in Unix | jatin.jain | Shell Programming and Scripting | 3 | 05-26-2007 06:04 AM |
| active machine | Raom | UNIX for Advanced & Expert Users | 0 | 10-20-2005 10:10 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Active / Non Active users ?
Hey,
I have few Questions : 1. How to Check/Find who all are the users accessing the server using their id ? 2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ? I am presently using AIX5.3 as a server. Please suggest the needful. Thanks a lot in advance. Varun Gupta |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
Thanks for the reply. I wanted to know who all has the access to the server to login as a user. List of users who has logged in ever to the server, how to get the list of those ? I knew how to check all the current logged in users ( as you said : finger , who ). |
|
|||
|
Who all has access to the server you can controll with the /etc/passwd and the /etc/shadow together.
Just take all the user from /etc/passwd and look in the shadow which one is expired or locked and you have your list. cheers gnom |
|||
| Google UNIX.COM |