<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.3">
</HEAD>
<BODY>
Actually .... no, well at least not completely. <BR>
<BR>
<BR>
The usernames will show up in the /etc/group if that group is secondary for the user. Some of the default groups created by OS will have a primary user as well, but useradd command does not add username for the primary user group to the /etc/groups.<BR>
<BR>
<BR>
So I will suggest grep <groupname> /etc/passwd; grep <groupName> /etc/group to get all of them.<BR>
<BR>
Hope it helps.<BR>
<BR>
--sk<BR>
<BR>
<BR>
<BR>
On Fri, 2007-09-21 at 16:56 +0000, Mike -- EMAIL IGNORED wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Thu, 20 Sep 2007 22:33:29 -0500, Mikkel L. Ellertson wrote:</FONT>

<FONT COLOR="#000000">> Mike -- EMAIL IGNORED wrote:</FONT>
<FONT COLOR="#000000">>>>From a konsole, how can I determine</FONT>
<FONT COLOR="#000000">>> all the members of a group?</FONT>
<FONT COLOR="#000000">>> Thanks,</FONT>
<FONT COLOR="#000000">>> Mike.</FONT>
<FONT COLOR="#000000">>> </FONT>
<FONT COLOR="#000000">> One way is to rung something like "grep <group name> /etc/group". But</FONT>
<FONT COLOR="#000000">> you can run into problems if the group name is also a user name, or is</FONT>
<FONT COLOR="#000000">> part of a larger group name.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Mikkel</FONT>
<FONT COLOR="#000000">[...]</FONT>

<FONT COLOR="#000000">How about:</FONT>
<FONT COLOR="#000000">   grep ^<groupName>: /etc/group</FONT>
<FONT COLOR="#000000">?</FONT>
<FONT COLOR="#000000">Mike.</FONT>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>