码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-06-06 23:33:46      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:c   class   a   ext   文件   问题   

解决方法如下: 
1>、进入超级用户模式。也就是输入"su -",系统会让你输入超级用户密码,输入密码后就进入了超级用户模式。
2>、添加文件的写权限。也就是输入命令"chmod u+w /etc/sudoers"。
3>、编辑/etc/sudoers文件。也就是输入命令"vim /etc/sudoers",输入"i"进入编辑模式,找到这一行:"root ALL=(ALL) ALL"在起下面添加"xxx ALL=(ALL) ALL"(这里的xxx是你的用户名),然后保存(就是先摁一下Esc键,然后输入":wq")退出。
4>、撤销文件的写权限。也就是输入命令"chmod u-w /etc/sudoers"。
至此,问题解决。

 

is not in the sudoers file.This incident will be reported,布布扣,bubuko.com

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

标签:c   class   a   ext   文件   问题   

原文地址:http://www.cnblogs.com/bluewelkin/p/3765477.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!