Board logo

标题: [转]解决is not in the sudoers file. This ..... [打印本页]

作者: rise_ming    时间: 2012-8-1 00:05     标题: [转]解决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 问题解决!




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0