如果sudoers内容有错误,或者权限不是440,可能会造成系统无法正常使用。
1.重启ubuntu
2.启动时按shift,选择
Advanced options for ubuntu kylin GNU/Linux
然后选择
ubuntu Kylin GNU/Linux, with Linux 3.13.0-24-generic (recovery mode)
选择root
3.输入chmod 440 /etc/sudoers
如果提示没有权限,就先输入
mount -o remount rw /
然后更改权限即可。
如果内容有错误,可以vi /etc/sudoers 进入修改。
sudoers文件解析:http://www.linuxdiyf.com/linux/14283.html
添加用户到sudoers:http://www.linuxdiyf.com/linux/13952.html
Bananapi加入sudoers列表:http://www.linuxdiyf.com/linux/13318.html
ubuntu sudoers恢复默认权限:http://www.linuxdiyf.com/linux/12677.html
Linux sudo命令与其配置文件/etc/sudoers:http://www.linuxdiyf.com/linux/4035.html