当前位置: 首页 > article >正文

Ubuntu /etc/sudo.conf is owned by uid 1000, should be 0 的一种解决方法

Ubuntu 命令行操作过程中,不小心将 /etc 整个文件夹的所属者都给了当前用户(非root),导致了使用sudo 会出现以下问题,想将/etc所属改回来也不行了,进退两难

sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudoers is owned by uid 1000, should be 0
sudo: no valid sudoers sources found, quitting
sudo: error initializing audit plugin sudoers_audit

test@test-ubuntu:~$ sudo chown -R test /etc
[sudo] password for test: 
test@test-ubuntu:~$ sudo cd /etc
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudoers is owned by uid 1000, should be 0
sudo: no valid sudoers sources found, quitting
sudo: error initializing audit plugin sudoers_audit
test@test-ubuntu:~$ ll /etc
total 1240
drwxr-xr-x 140 test root 12288 11月  5 13:57 ./
drwxr-xr-x  21 root root  4096  4月  8  2022 ../
drwxr-xr-x   3 test root  4096  4月 19  2022 acpi/
-rw-r--r--   1 test root  3028  4月 19  2022 adduser.conf
drwxr-xr-x   3 test root  4096  4月 19  2022 alsa/
drwxr-xr-x   2 test root  4096 11月  5 11:02 alternatives/

也即sudo  不能使用了,修改/etc/sudo.conf也修改不了

test@test-ubuntu:~$ ll /etc/sudo.conf
-rw-r--r-- 1 test root 4573  2月 14  2022 /etc/sudo.conf
test@test-ubuntu:~$ sudo chown root /etc/sudo.conf
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /etc/sudoers is owned by uid 1000, should be 0
sudo: no valid sudoers sources found, quitting
sudo: error initializing audit plugin sudoers_audit
test@test-ubuntu:~$ chown root /etc/sudo.conf
chown: changing ownership of '/etc/sudo.conf': Operation not permitted
test@test-ubuntu:~$ 

解决方法

根据网上提的方法,

Ask Ubuntu

1、执行下面命令

pkexec chown root:root /etc/sudoers /etc/sudoers.d -R

sudo 能够输入密码了。后三句话错误没有了。

2、再执行 命令将/etc 所属修改回root

sudo chown -R root /etc

sudo:*** 只出现一次,再修改就没有出现了。/etc 又恢复以前的用户(组)了

/etc文件夹的属性不要轻易改动。

参考链接 Ask Ubuntu


http://www.kler.cn/a/385861.html

相关文章:

  • 2024山西省网络建设运维第十八届职业院校技能大赛解析答案(5. nginx 和 tomcat 服务)
  • 深入探索 Kubernetes 安全容器:Kata Containers 与 gVisor
  • vscode中执行git合并操作需要输入合并commit信息,打开的nano小型文本编辑器说明-
  • vue内置指令和自定义指令
  • 无插件H5播放器EasyPlayer.js网页web无插件播放器选择全屏时,视频区域并没有全屏问题的解决方案
  • 让空间计算触手可及,VR手套何以点石成金?
  • 掌握 .NET 8 中最小 API 的单元和集成测试:高质量代码的最佳实践
  • CTF —— 网络安全大赛
  • ABAP开发-12、Dialog屏幕开发_1
  • 设计模式-构建者
  • IO作业day4
  • redis:list列表命令和内部编码
  • jenkins使用slave节点进行node打包报错问题处理
  • 【JAVA毕业设计】基于Vue和SpringBoot的技术交流分享平台
  • C++ 游戏开发:打造高效、性能优越的游戏世界
  • 【观察】华为持续投入开源开放“结硕果”,openEuler走出操作系统“创新路”...
  • 怎么对 PDF 添加权限密码或者修改密码-免费软件分享
  • .NET中通过C#实现Excel与DataTable的数据互转
  • Docker使用相关记录
  • 【PGCCC】postgresql 缓存池并发设计
  • 如何准备验厂及验厂证书有效期
  • 开源模型应用落地-glm模型小试-glm-4-9b-chat-Gradio集成(三)
  • 什么是jQuery
  • 光耦合器在现代电子学中的关键应用
  • H5播放器EasyPlayer.js 流媒体播放器是否支持npm(yarn) install 安装?
  • 设置agetty启动参数登录Linux