LINUX创建用户的命令
useradd -g test -d /home/test1 -s /etc/bash -m test1
注解:-g 所属组  -d 家目录  -s 所用的SHELL
删除用户命令
userdel -r test1
创建密码命令
passwd