1、修改/etc/sudoers权限 sudo chmod u+w /etc/sudoers 2、添加超级成员 找到 root ALL=(ALL) ALL 在下方添加 user ALL=(ALL) ALL 3、添加超级组 找到 %wheel ALL=(ALL) ALL 在下方添加 %groupname ALL=(ALL) ALL 4、保存 5、把/etc/sudoers的权限修改回来 chmod 0440 /etc/sudoers