Created
October 1, 2017 09:30
-
-
Save ofirski/e39416525914f5aec7491b9252c71c68 to your computer and use it in GitHub Desktop.
Create deploy user as sudo
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
sudo useradd --create-home -s /bin/bash deploy | |
sudo adduser deploy sudo | |
sudo passwd deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment