Skip to content

Instantly share code, notes, and snippets.

@bearpaw
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearpaw/1fd6684e9c0670f640be to your computer and use it in GitHub Desktop.
Save bearpaw/1fd6684e9c0670f640be to your computer and use it in GitHub Desktop.
Ubuntu Basic Scripts
  1. 创建用户

    sudo adduser username
  2. 将用户添加到管理员用户组

    sudo adduser username sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment