Linux下解决用户不能执行sudo的方法

Posted ngulc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下解决用户不能执行sudo的方法相关的知识,希望对你有一定的参考价值。

报错:

xxx is not in the sudoers file.  This incident will be reported.

Linux默认没有为当前用户开启sudo权限!

$ su  
$ visudo 

实际上是编辑/etc/sudoers文件
将zlex    ALL=(ALL) ALL加入其中:

找到下面的一行:
root    ALL=(ALL) ALL

加入下面这行:  

xxx   ALL=(ALL) ALL

以上是关于Linux下解决用户不能执行sudo的方法的主要内容,如果未能解决你的问题,请参考以下文章

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

Linux系统下给非root用户添加sudo权限

centos7下普通用户不能使用sudo命令解决方案

Linux下 as root on root错误解决。

新创建的用户不能使用sudo 命令

linux疑问:普通用户的ifconfig命令无法执行,如何解决?