您的位置:首页 > 其它

sudo使用问题之——xxx is not in the sudoers file。

2010-02-26 15:18 661 查看
出现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://beterfly.blogbus.com/logs/27015948.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐