Skip to content

Instantly share code, notes, and snippets.

@sun4lower
Created October 7, 2018 14:05
Show Gist options
  • Save sun4lower/b1cea07af666949c7f2e3257eb1deba7 to your computer and use it in GitHub Desktop.
Save sun4lower/b1cea07af666949c7f2e3257eb1deba7 to your computer and use it in GitHub Desktop.
将指定用户添加到用户组
# 将www用户添加到sunflower用户组中,-a代表append
sudo usermod -a -G sunflower www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment