Note to self...
Nov. 22nd, 2009 12:58 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
it's "sudo usermod -aG (groups) user"
Do not forget the "a". Otherwise this group list will REPLACE the old groups.
You don't want to get kicked out of the sudo group, really. But if you do, boot to a live CD, then mkdir /ubuntu, mount (linux root) /ubuntu, chroot /ubuntu, then you can usermod -aG sudo user.
Do not forget the "a". Otherwise this group list will REPLACE the old groups.
You don't want to get kicked out of the sudo group, really. But if you do, boot to a live CD, then mkdir /ubuntu, mount (linux root) /ubuntu, chroot /ubuntu, then you can usermod -aG sudo user.
no subject
Date: 2009-11-23 04:38 am (UTC)no subject
Date: 2009-11-23 11:59 am (UTC)I have hand edited group before, the commands are just easier. The one they warn you about is hand editing sudoers.