Skip to content

Instantly share code, notes, and snippets.

@jasonbosco
Created April 29, 2012 00:05
Show Gist options
  • Save jasonbosco/2522811 to your computer and use it in GitHub Desktop.
Save jasonbosco/2522811 to your computer and use it in GitHub Desktop.
Create a new system user, with disabled login, no home directory, password disabled
adduser --system --no-create-home --disabled-login --disabled-password --group <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment