How do I find out the members of a group?
I'm asking because the following shows user valiant$ to have a primary group called machines. But when I look in /etc/group, valiant$ isn't listed as a member of group machines.
Code:
[root@fedora ~]# id valiant$
uid=503(valiant$) gid=505(machines) groups=505(machines)
[root@fedora ~]# grep machines /etc/group
machines:x:505:
Thanks,
Steve
