其他分享
首页 > 其他分享> > 没有找到有效的 sudoers 资源,退出

没有找到有效的 sudoers 资源,退出

作者:互联网

今天不小心,修改了/etc/sudoers的权限

改成了 777的权限, 于是每次使用sudo都会弹出

 

 

解决方法,输入下面的命令解决:
pkexec chmod 0440 /etc/sudoers
如果输入完提示:

先输入下面三个命令,然后在输入:pkexec chmod 0440 /etc/sudoers 即可
[root@localhost admin]# chown -R root:root /etc/sudoers.d
[root@localhost admin]# chmod u=rwx,g=rx,o=rx /etc/sudoers.d/
[root@localhost admin]# chmod u=r,g=r,o= /etc/sudoers.d/*

 

标签:找到,sudoers,chmod,etc,退出,root,admin,localhost
来源: https://www.cnblogs.com/lwl80/p/15673640.html