![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| active working | battaglia | UNIX for Dummies Questions & Answers | 5 | 06-05-2008 07:31 AM |
| Switching the active pts? | tspicher | UNIX for Dummies Questions & Answers | 4 | 06-25-2007 08:52 PM |
| How to get active connections in Unix | jatin.jain | Shell Programming and Scripting | 3 | 05-26-2007 10:04 AM |
| active machine | Raom | UNIX for Advanced & Expert Users | 0 | 10-21-2005 02:10 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate 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 |
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|