I have a user like this:
uid=501(ironsand) gid=500(foo) groups=500(foo),10(wheel),497(git),501(ironsand)
And to change primary group to ironsand like gid=501(ironsand)
, I typed this command:
sudo usermod -g ironsand ironsand
It changed groups order but didn't change main group like:
uid=501(ironsand) gid=500(foo) groups=501(ironsand),10(wheel),497(git),500(foo)
I thought someone already asked a question like this, but I couldn't find one.
How can I change primary group?
-a
– DrBeco Apr 17 '16 at 02:35sudo
ers list by forgetting it. – Qqwy Feb 03 '17 at 21:50