chmod 644 /etc/sudoers
vim /etc/sudoers
添加下面一行:
boye ALL=(ALL) NOPASSWD: ALL
linux普通用户权限设置为超级用户权限
原文:https://www.cnblogs.com/boye169/p/14071497.html