1、

Ubuntu系统创建新账号,需要-m指定创建家目录,指定bash shell. 指定管理员组为sudo

root@TEST-CRM-OS-UPGRADE:~# useradd -m  -g sudo -c "tomanderson" -s /bin/bash tom