![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find the cronjob entries for all the users | vamshikrishnab | SUN Solaris | 4 | 05-22-2008 05:59 AM |
| Creating USERs with restricted Access | ramanan25 | UNIX for Advanced & Expert Users | 4 | 05-05-2008 08:05 PM |
| find . but not access subdirectories | bobk544 | Shell Programming and Scripting | 3 | 05-04-2007 11:10 AM |
| Find users using system(List them only once) | xBuRnTx | UNIX for Dummies Questions & Answers | 3 | 10-03-2005 03:37 AM |
| How to find users in a network | subbarao83 | Shell Programming and Scripting | 1 | 09-21-2005 12:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Find all users with shell access
Hi,
how do I find all users currently setup with shell access. Thanks in advance. Gav |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Code:
cut -d":" -f 1,7 /etc/passwd |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|