Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created August 24, 2018 01:49
Show Gist options
  • Save xiaoysh8/8340aa2d85ea840ab8bbab22bf6ada9a to your computer and use it in GitHub Desktop.
Save xiaoysh8/8340aa2d85ea840ab8bbab22bf6ada9a to your computer and use it in GitHub Desktop.
linux user add
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