I have a GID which is present in the getent database but not in /etc/group :
$ getent group 61876
earlyoom:x:61876:
$ cat /etc/group | grep earlyoom
$
Is it normal or should I worry ? Shouldn't they have matching results ?
edit : fedora 32
getent uses nss, not directly the file.
Look at /etc/nsswitch.conf
on line beginning with group: