Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created March 21, 2015 15:48
Show Gist options
  • Select an option

  • Save yohangdev/844460cd529bf72fa0f5 to your computer and use it in GitHub Desktop.

Select an option

Save yohangdev/844460cd529bf72fa0f5 to your computer and use it in GitHub Desktop.
Create Non Login User
useradd -M --shell /bin/false username
usermod -L username
# http://superuser.com/questions/77617/how-can-i-create-a-non-login-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment