Created
September 2, 2018 22:33
-
-
Save iflowfor8hours/c646e4204a7efc513f2694c9bf5771eb to your computer and use it in GitHub Desktop.
I thougth you would enjoy the condesencion in the tone of this error message.
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
matt@laststand:~$ usermod -aG sudo matt | |
Command 'usermod' is available in '/usr/sbin/usermod' | |
The command could not be located because '/usr/sbin' is not included in the PATH environment variable. | |
This is most likely caused by the lack of administrative privileges associated with your user account. | |
usermod: command not found | |
matt@laststand:~$ sudo usermod -aG su |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment