It isn’t obvious at first how to list all the members of a group from a Linux command line (I’m using Ubuntu Server 10.04 Lucid Lynx).
Listing A User’s Groups
It is very easy to list the groups that a user belongs to. Simply use the groups command.
$ groups user
This command will output the user name and [...]