添加用户yunweiuseradd yunwei设置密码123456passwd yunwei
修改用户名
usermod -l 新用户 旧用户
删除用户(文件一起删除,主要要备份)
userdel -r 用户名
添加sudo su 权限vim /etc/sudoersyunwei ALL=(ALL) NOPASSWD: ALL