查看当前登陆用户 whoami
创建用户(只能root使用) useradd 用户名 passwd 用户名
删除用户 userdel 用户名 userdel -f 用户名 --强制删除
切换用户 su 用户名