异常信息:
用户名 is not in the sudoers file. This incident will be reported.
解决方案:
1. chmod u+w /etc/sudoers
2. vim /etc/sudoers
在 root ALL=(ALL) ALL
下添加如下代码:
用户名 ALL=(ALL)ALL
3. chmod u-w /etc/sudoers
异常信息:
用户名 is not in the sudoers file. This incident will be reported.
解决方案:
1. chmod u+w /etc/sudoers
2. vim /etc/sudoers
在 root ALL=(ALL) ALL
下添加如下代码:
用户名 ALL=(ALL)ALL
3. chmod u-w /etc/sudoers