If I command id nu, the output shows that the user nu belongs to the group named nuu.
But if check the members of the group nuu with the command getent group nuu it shows as if there are no members in this group.
# id nu
uid=1002(nu) gid=1003(nuu) groups=1003(nuu)
# getent group nuu
nuu:x:1003:
# members nuu
nu
To reconfirm, I downloaded another utility named members and then using this command, I could again confirm the group nuu does have nu as its member. Why this discrepancy though?