how to fing groups

whats the command to find a particular group,pls its urgent

thnks

cat /etc/group

normally does the trick.

or

id

depends what you are wanting of course.

The command

     id -Gn [user]

displays the groups to which you (or optionally the specified user) belong.

Only if using file based groups.

getent group

is a better approach.