码迷,mamicode.com
首页 > 其他好文 > 详细

误改sudoers的访问权限后的修复

时间:2014-12-02 22:03:39      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   ar   color   sp   on   art   

?sudo: /etc/sudoers is mode 0777, should be 0440"问题的解决方法

ubuntu进入单用户模式,修改sudoers权限,修改root密码

1、重启ubuntu,随即长按shift进入grub菜单;
2
、选择recovery mode(恢复模式),按"e"键进入编辑页面;(注意这里不要回车,直接按e
3
、将ro recovery nomodeset 改为 rw single init=/bin/bash
4
、按ctrl+x进入单用户模式,当前用户即为root
5
、到/etc目录下修改sudoers权限:chmod 0440 sudoers,搞定;也可以同时新增root密码,下次就不这么麻烦了;
6
、按ctrl+alt+del重启;
参考: http://blog.csdn.net/gudaoqianfu/article/details/7254700

误改sudoers的访问权限后的修复

标签:des   style   blog   http   ar   color   sp   on   art   

原文地址:http://www.cnblogs.com/baixl/p/4138415.html

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