码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu下is not in the sudoers file 问题解决

时间:2015-06-11 17:00:41      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

在Ubuntu12.04 下,使用sudo apt-get install XXX 时,突然跳出 username is not in the sudoers file的问题


然后我一查此username的类型,果然是标准用户而不是管理员用户

解决这个问题至少有两种方法:


一。System Settings ->User Accounts -> 点击Unlock ->输入root密码 -> 修改AccountType(用户类型)为Administrator(管理员) -> 重启



root用户下,修改/etc/sudoers的权限为640(chmod 640 /etc/sudoers) -> vim /etc/sudoers -> 找到root ALL=(ALL:ALL) ALL ->添加

username ALL=(ALL:ALL) ALL -> 修改/etc/sudoers的权限为440(chmod 440 /etc/sudoers)-> 重启


这时我知道的两种方法,若有其他方法,请大神留言告之。

Ubuntu下is not in the sudoers file 问题解决

标签:

原文地址:http://blog.csdn.net/wolfzhaoshuai/article/details/46457987

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