Skip to content

Instantly share code, notes, and snippets.

@nazarii-piontko
Created June 4, 2018 21:41
Show Gist options
  • Save nazarii-piontko/70ede6fa37173de9c517a114137cf6a8 to your computer and use it in GitHub Desktop.
Save nazarii-piontko/70ede6fa37173de9c517a114137cf6a8 to your computer and use it in GitHub Desktop.
Create system user account on Ubuntu
sudo useradd -r -s /bin/false <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment