Created
December 30, 2015 09:27
-
-
Save b-ggs/9a5236a8859f5a76ce0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[boggs@archbook ~]$ groups boggs | |
wheel boggs | |
[boggs@archbook ~]$ gpasswd -a boggs vboxusers | |
gpasswd: Permission denied. | |
[boggs@archbook ~]$ sudo gpasswd -a boggs vboxusers | |
Adding user boggs to group vboxusers | |
[boggs@archbook ~]$ groups boggs | |
wheel vboxusers boggs | |
[boggs@archbook ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment