使用Ubuntu20.04创建新用户
创建用户,并创建对应的home文件夹
useradd -m Dongbubu
为用户添加sudo组
usermod -a -G sudo Dongbubu
新用户使用bash(默认为sh)
usermod -s /bin/bash Dongbubu