![]() |
|
|
|
|
|||||||
| 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 |
| Where are my groups | mhenryj | AIX | 4 | 01-21-2008 03:54 PM |
| Secondary groups show in groups but don't show in id (Not working) | zen03 | HP-UX | 4 | 12-31-2007 08:15 AM |
| users and groups | sammet | UNIX for Dummies Questions & Answers | 1 | 12-06-2007 08:52 AM |
| Adding new groups!! | atheek | SUN Solaris | 7 | 10-10-2006 01:42 AM |
| User groups | Zak | UNIX for Dummies Questions & Answers | 3 | 05-10-2006 07:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to fing groups
whats the command to find a particular group,pls its urgent
thnks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Code:
cat /etc/group or Code:
id |
|
#3
|
|||
|
|||
|
The command
id -Gn [user] displays the groups to which you (or optionally the specified user) belong. |
|
#4
|
||||
|
||||
|
Only if using file based groups.
Code:
getent group |
||||
| Google The UNIX and Linux Forums |