At 4/6/01 08:57 AM -0400, you wrote:
How do I find what users are in a group. From root, I can tpye 'groups' and it gives me a list of the groups, but when I type 'users', it only lists root. How can I get the users that are in the toher groups? Thanks!
Never thought of typing something like that..."grep accounting /etc/groups" will search for the group accounting. On that line will be listed the users who are members of that group.
To see all of them, "more /etc/groups" will do the job. -- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx