[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Users and groups
- Subject: Re: [cobalt-users] Users and groups
- From: flash22@xxxxxxx
- Date: Fri Apr 6 05:45:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 6 Apr 2001, Jon Rosenberg 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!
grep groupname /etc/group
(or just look in the file, it's one line per group, first entry is the
group name, all the rest on the same line are usernames belonging to that
group
gsh