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

Posted connect();

tags:

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

现象:

非Root用户在使用sudo命令时,提示:"xxx is not in the sudoers file. This incident will be reported.(xxx为用户名)

解决办法:

使用

su – root 

切换到root用户,编辑sudoers文件

vim /etc/sudoers
找到“root ALL=(ALL)”在此行下面添加一行
"xxx ALL=(ALL) ALL"
//xxx 为用户名
保存即可。

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

微信小程序工具真机调试提示page "xxx/xxx/xxx" is not found

解决phpStorm使用vue提示"Attribute v-xxx is not allowed here"的问题

ubuntu:xxx is not in the sudoers file. 问题解决

Linux中普通用户用sudo执行命令时报”xxx is not in the sudoers file.This incident will be reported”错误

CentOS7──xxx is not in the sudoers file

jsp在访问的时候,调试信息输出ReferenceError:xxx is not defined