Ubuntu问题: is not in the sudoers file

前端之家收集整理的这篇文章主要介绍了Ubuntu问题: is not in the sudoers file前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ubuntu10实验成功


进入终端:

1. 命令"su -" -》 输入超级用户密码

2. 命令"chmod u+w /etc/sudoers" //文件的写权限。

3. 命令"gedit /etc/sudoers",编辑模式,

找到这一 行:"root ALL=(ALL) ALL"在起下面添加一行"XXX ALL=(ALL) ALL"(这里的xxx是你的用户名),然后保存退出.

4. 命令"chmod u-w /etc/sudoers"

Done!


参考

http://www.linuxidc.com/Linux/2010-12/30386.htm

http://blog.csdn.net/zhuqinglu/article/details/2050927

原文链接:https://www.f2er.com/ubuntu/351216.html

猜你在找的Ubuntu相关文章