I am not new to Linux, but there's this strange behaviour I'm seeing on my Fedora 15 box. I want to add the superuser to a group called, say, thisgroup.
# usermod -a -G thisgroup root
# groups
# root bin daemon sys adm disk wheel
#
^^ thisgroup is absent. Surprisingly, when I thought of editing /etc/group, root was present there!
Anyone on why groups didn't show my new addition?
