Adding or removing groups in user accounts

Asked by Muhammad Umar Ibrahim

i need to add my user account to vboxusers group to access usb devices in virtual box.
But in Ubuntu 11.10 there is no option of adding or removing groups in user account settings.
How can i get rid of my problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu virtualbox-ose Edit question
Assignee:
No assignee Edit question
Solved by:
Joseph Paul Cohen
Solved:
Last query:
Last reply:
Revision history for this message
Best Joseph Paul Cohen (jcccnet) said :
#1

Groups are defined in /etc/group

You can edit this list like:
$sudo usermod -g vboxusers -a yourusername

Revision history for this message
Muhammad Umar Ibrahim (mumaribrahim) said :
#2

yea it worked with -G not -g
Thanks Buddy

Revision history for this message
Muhammad Umar Ibrahim (mumaribrahim) said :
#3

Thanks Joseph Paul Cohen, that solved my question.