How do I list all members of a group in Linux (and possibly other unices)?
getent group ;
It is portable across both Linux and Solaris, and it works with local group/password files, NIS, and LDAP configurations.