知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

linux *** is not in the sudoers file.This incident will be reported解决

发布时间:2014-09-05 15:12:32作者:知识屋

linux *** is not in the sudoers file.This incident will be reported解决
 
当想要编辑一个只读文件时我输入 sudo **** 再输入密码 结果出现了这样的问题
 
原因写的很清楚是:因为我当前的用户没有写在 sudoers 这个文件中
  www.zhishiwu.com  
1.那么首先我们要确定这个文件在哪? ——- 一般都在 etc/sudoers
 
2.由于这些文件一也是只读的所以我们要切换超级用户来编辑这个sudoers文件. 
 
执行命令:su root 再输入密码  www.zhishiwu.com  
 
3.编辑sudoers这个文件 vim sudoers 找到这一行:”root ALL=(ALL) ALL”
 
在起下面添加”xxx ALL=(ALL) ALL”(这里的xxx是你的用户名),然后保存.
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜