Skip to content

Instantly share code, notes, and snippets.

@JingwenTian
Created February 7, 2014 07:12
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 JingwenTian/8858458 to your computer and use it in GitHub Desktop.
Save JingwenTian/8858458 to your computer and use it in GitHub Desktop.
vps新增用户操作
#新增用户并设置home目录
useradd -r -m -s /bin/bash username
#设置密码
passwd username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment