💻 Software
Adding root to a group
Fresh7 days ago
Mar 15, 202634934 viewsConfidence Score0%
0%
Problem
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, . ^^ is absent. Surprisingly, when I thought of editing , was present there! Anyone on why didn't show my new addition?
Error Output
# usermod -a -G thisgroup root # groups # root bin daemon sys adm disk wheel #
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Adding root to a group
Low Risk
From the manpage of the command: This is exactly your case: the group database has changed, but the group membership for the current process hasn't been updated. If you instead queried the group memberships for the user you would have got the correc…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix