vote up 1 vote down star

In unix/linux how to you find out what group a given user is in via command line?

flag

36% accept rate

3 Answers

vote up 10 vote down check
groups

or

groups user
link|flag
vote up 0 vote down

or just study /etc/groups (ok this does probably not work if it uses pam with ldap)

link|flag
Indeed, that's a bad answer. 'getent group' is a better one. – bortzmeyer Dec 15 '08 at 13:58
vote up 10 vote down

This one shows all the groups they belong to

id userid
link|flag
This 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 Dec 8 '08 at 17:02
didn't know this one – benlumley Dec 8 '08 at 17:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.