xxx is not in the sudoers file.This incident will be reported.的解决方法

Posted peachh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xxx is not in the sudoers file.This incident will be reported.的解决方法相关的知识,希望对你有一定的参考价值。

1.切换到root用户下,怎么切换就不用说了吧,不会的自己百度去.

2.添加sudo文件的写权限,命令是:
chmod u+w /etc/sudoers

3.编辑sudoers文件
vi /etc/sudoers
找到这行 root ALL=(ALL) ALL,在他下面添加xxx ALL=(ALL) ALL (这里的xxx是你的用户名)

ps:这里说下你可以sudoers添加下面四行中任意一条
youuser            ALL=(ALL)                ALL
%youuser           ALL=(ALL)                ALL
youuser            ALL=(ALL)                NOPASSWD: ALL
%youuser           ALL=(ALL)                NOPASSWD: ALL

第一行:允许用户youuser执行sudo命令(需要输入密码).
第二行:允许用户组youuser里面的用户执行sudo命令(需要输入密码).
第三行:允许用户youuser执行sudo命令,并且在执行的时候不输入密码.
第四行:允许用户组youuser里面的用户执行sudo命令,并且在执行的时候不输入密码.

4.撤销sudoers文件写权限,命令:
chmod u-w /etc/sudoers

这样普通用户就可以使用sudo了.

 

原文:https://www.cnblogs.com/zox2011/archive/2013/05/28/3103824.html

以上是关于xxx is not in the sudoers file.This incident will be reported.的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

xxx is not in the sudoers file.This incident will be reported. 解决方法

xxx is not in the sudoers file.This incident will be reported.的解决方法

xxx is not in the sudoers file.This incident will be reported.的解决方法

xxx is not in the sudoers file.This incident will be reported.的解决方法

用sudo时提示"xxx is not in the sudoers file. This incident will be reported.

xxx is not in the sudoers file.This incident will be reported.的解决方法 (一般用户不能执行sudo)