6 Jul
2020
6 Jul
'20
18:44
On 07/06/2020 04:24 AM, Carlos E. R. wrote:
In a terminal:
su - vipw
And edit the line for your user to add the group "vboxusers".
Warning: it uses the editor "vi". If you do not like that, change or create the setting EDITOR in root's .bashrc:
Telcontar:~ # cat .bashrc #export EDITOR=/usr/bin/mcedit export EDITOR=/usr/bin/jstar Telcontar:~ #
The proper command is, as root # gpasswd -a robin vboxusers (change 'robin' to whatever your correct username is) If you have sudo configured, then $ sudo gpasswd -a robin vboxusers -- David C. Rankin, J.D.,P.E.