Created
August 24, 2018 01:49
-
-
Save xiaoysh8/8340aa2d85ea840ab8bbab22bf6ada9a to your computer and use it in GitHub Desktop.
linux user add
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 -g www -G admin -s /bin/bash -d /home/repos -m repos | |
| useradd -g www -s /sbin/nologin -d /www/repos -M repos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment