首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

[转]解决is not in the sudoers file. This .....

[转]解决is not in the sudoers file. This .....

转自: [url]http://beterfly.blogbus.com/logs/27015948.html[/url]

解决is not in the sudoers file. This incident will be reportetsudo make install这一步的时候出现xxx is not in the sudoers file. This incident will be reported的错误,原来是linux默认没有开启sudo权限,解决方法:#su - #chmod u+w /etc/sudoers #visudo 在root ALL=(ALL) ALLZ下添加xxx ALL=(ALL) ALL 然后按esc键,再输入:wq!保存退出#chmod u-w /etc/sudoers 问题解决!
返回列表