When I add myself "vboxusers" group I an no longer in the "admins" group
Posted
by
R9TySix
on Ask Ubuntu
See other posts from Ask Ubuntu
or by R9TySix
Published on 2012-02-15T16:12:13Z
Indexed on
2012/10/12
21:49 UTC
Read the original article
Hit count: 350
virtualbox
|users
I'm using Ubuntu 11.10 and I installed VirtualBox.
This required me to add myself to the vboxusers
group but when I add myself to vboxusers
group I am no longer be in other groups and especially admins
group!
When I add myself back to admins
group I no longer be am in the vboxusers
group !
Commands that I used
to add user to "vboxusers":
usermod -G vboxusers myusername
to add user back to admins group in single user mod:
usermod -aG admin myusername
© Ask Ubuntu or respective owner