1.切换到root用户,运行visudo命令
visudo

2.打开的配置文件,找到这行 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命令,并且在执行的时候不输入密码.

3.保存退出。

xxx is not in the sudoers file.This incident will be reported.相关推荐

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

    xxx is not in the sudoers file.This incident will be reported.的解决方法 参考文章: (1)xxx is not in the sudoe ...

  2. Ubuntu报“xxx is not in the sudoers file.This incident will be reported” 错误解决方法

    Ubuntu下普通用户用sudo执行命令时报"xxx is not in the sudoers file.This incident will be reported"错误,解决 ...

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

    sudo,用其他用户的身份执行命令. 运行该命令时,系统首先检查/etc/sudoers,判断该用户是否有执行sudo的权限,在确定有执行权限后,要求输入自己的密码(当前用户),如果密码正确,会以ro ...

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

    我们通常都是以普通用户登录linux, 在执行sudo时候会遇到 xxx is not in the sudoers file.  This incident will be reported. 解决 ...

  5. 【sudo错误】xxx is not in the sudoers file.This incident will be reported解决

    文章目录 1.问题 2.分析 3.解决方法 3.1 手动修改 3.2 命令方式修改--sudo visudo 4.扩展说明 1.问题 xxx is not in the sudoers file.Th ...

  6. 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"错误,解决方法就是在/e ...

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

    问题描述: 新建用户执行命令sudo chmod 700 ,提示输入root命令. 输入三次错误. 提示 yourid is not in the sudoers file. This inciden ...

  8. CentOS下添加Root权限用户‘超级用户’方法(xxx is not in the sudoers file.This incident will be reported.的解决方法)

    文章目录 1.添加普通用户 2.添加sudo文件的写权限 3.编辑sudoers文件 4.撤销sudoers文件写权限 1.添加普通用户 [root@server ~]# useradd fxd // ...

  9. 【转载】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/s ...

最新文章

  1. 四则运算关于加括号的思路
  2. SQL Tuning Advisor使用实例
  3. 蓝桥杯 ADV-131算法提高 选择排序
  4. window直接运行不需要环境的软件是什么语言开发的_C语言为何不会过时?你需要掌握多少种语言?_C 语言...
  5. 第22次 CCF CSP认证一二题题解及感悟
  6. 轻量级图片批量上传JS插件 imgFileupload.js
  7. matlab 2015 积分,Matlab中如何求解积分?
  8. esxi虚拟服务器网络搭建,小姜学网络(使用VMware ESXi 5.5搭建VMware虚拟化平台一)...
  9. 微软python认证难不难_微软MTA认证98-381Python高分必看——100小时Python从0到1完全学习实战...
  10. ICPC 山东省省赛刷题 第十一届山东省大学生程序设计竞赛 ACM省赛 牛客 DGHM题
  11. C#经常用到的编程词汇
  12. 推荐一位大神,手握 GitHub 16000 star
  13. 做数据分析,连趋势分析法都不会,就白混了!
  14. 屏幕适配Autoresizing / Autolayout / Mansory / 自定义Frame实现
  15. 单招自我介绍计算机范文,单招面试的自我介绍范文集合六篇
  16. 与椭圆积分有关的等式证明
  17. FBI教你读心术-1节
  18. 《计算机图形学》学习笔记(二)
  19. 用c语言输出魔方阵答案,C语言——输出“魔方阵”(带解析)
  20. 吾爱出品,必属精品~

热门文章

  1. git-基本操作的小结
  2. mysql - 一键安装方式- 课堂版
  3. Facebook黄毅博士:像加工艺术品一样构建技术产品
  4. Cookie知识点总结
  5. BigDecimal与Long、int之间的互换
  6. Lua程序设计--全局变量
  7. oracle报表范例1 (转载)
  8. C#网络编程概述 三
  9. JavaScript正则表达式 exec
  10. 在Nginx中支持HTTP3.0/QUIC