Been trying to add my user name to the vboxusers group. Doesn't work.
First if I check /etc/groups vboxusers is listed, so the group exists.
Then I execute: sudo usermod -a -G vboxusers terry
and then groups and get:
sudo usermod -a -G vboxusers terry
terry@Home-Net:~$ groups
terry adm cdrom sudo dip plugdev lpadmin sambashare
So usermod has not added my user name to the group.
Is there some way to make this work?
First if I check /etc/groups vboxusers is listed, so the group exists.
Then I execute: sudo usermod -a -G vboxusers terry
and then groups and get:
sudo usermod -a -G vboxusers terry
terry@Home-Net:~$ groups
terry adm cdrom sudo dip plugdev lpadmin sambashare
So usermod has not added my user name to the group.
Is there some way to make this work?
Comment