Created
March 21, 2015 15:48
-
-
Save yohangdev/844460cd529bf72fa0f5 to your computer and use it in GitHub Desktop.
Create Non Login User
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
| 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