1.使用root权限新建用户:
useradd <username>
2.给添加的用户指定密码
passwd <username>
3.使用刚刚创建好的用户登录
linux新建普通账户并添加密码
原文:https://www.cnblogs.com/KHZ521/p/14401060.html