On Mon, Jul 20, 2020 at 11:11:17PM +0200, Patrick Dupre wrote: > Sorry for the disturbance: > usermod -a -G vboxusers pdupre > works fine
I have a habit of using gpasswd, instead: gpasswd -a pdupre vboxusers because it's easy to forget the -a to usermod. (Or, less likely now, but it used to be that some versions of usermod didn't have that option and silently ignored it, which is a recipe for later confusion!) In any case, remember you have to log out and back in again for this to take effect. -- Matthew Miller <mat...@fedoraproject.org> Fedora Project Leader _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org