Hi peoples! Operating System: OpenBSD 5.8 amd64. I removed a group with 'groupdel' command, When I run the 'groups' command the result is: 'group: can't find group 'testx' ...but when the I run 'id' command or look for the user that was associated with it, the group exist: id testx = uid=1001(testx) gid=1001 groups=1001, 1000(laboratory) # groups testx [user in this case associated with other group]: 1001 laboratory
The same scenario, with OpenBSD 5.7 amd64 with 'groups' command, gid non appears: # groups testx laboratory but for the rest is the same, although the group is removed his gid exist. Why this happens? Can I remove gid? Thanks for Your replies.

