Created
February 14, 2020 09:29
-
-
Save sabuhish/b293997d626beb631bc7eee024f118fa 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
| adduser your_username | |
| usermod -aG sudo your_username >> add user to sudo user group | |
| type >> visudo | |
| add this below to the file: | |
| your_username ALL=(ALL) ALL | |
| sudo su your_username >> change user | |
| su - your_username >> change user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment