1、添加用户:adduser phroot
2、设置密码:passwd phroot
3、输入密码:!#%12122121
4、加入用户组:usermod -a -G wheel phroot
5、为sudoers赋编辑权限: chmod -v u+w /etc/sudoers
6、编辑 vi /etc/sudoers
7、ROOT 下方加入 :phroot ALL=(ALL) ALL
8、撤销sudoers编辑权限: chmod -v u-w /etc/sudoers
1、添加用户:adduser phroot
2、设置密码:passwd phroot
3、输入密码:!#%12122121
4、加入用户组:usermod -a -G wheel phroot
5、为sudoers赋编辑权限: chmod -v u+w /etc/sudoers
6、编辑 vi /etc/sudoers
7、ROOT 下方加入 :phroot ALL=(ALL) ALL
8、撤销sudoers编辑权限: chmod -v u-w /etc/sudoers