In unix/linux how to you find out what group a given user is in via command line?
views:
1773answers:
3This appears to be pretty useful as well. It has more verbose output than the 'groups' command, so if you need the group id/user id use this!
Alex Argo
2008-12-08 17:02:32
didn't know this one
benlumley
2008-12-08 17:06:08
A:
or just study /etc/groups (ok this does probably not work if it uses pam with ldap)
Nils
2008-12-08 17:14:25