Results 1 to 1 of 1
# display the groups user 'dovecot' is in
$groups dovecot
dovecot : dovecot mail
# as shown, user 'dovecot' is in group 'dovecot and group 'mail'
# display the group ...
- 03-14-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 18
Command 'groups' doesn't seem to show the correct group membership
# display the groups user 'dovecot' is in
$groups dovecot
dovecot : dovecot mail
# as shown, user 'dovecot' is in group 'dovecot and group 'mail'
# display the group user 'mail' is in
$groups mail
mail : mail
# as shown, user 'mail' is in group 'mail'
# check who are the members of group 'mail' and I should see user 'dovecot' and user 'mail'
$cat /etc/group |grep mail
mail
:8:dovecot
# however, I only see user 'dovecot' here
Is there a reason why user 'mail' is not shown as a member of group 'mail' in the last command?
Thanks!


Reply With Quote
