在CentOS 上,修改了/tmp/的所有者后,出现“gconf-sanity-check-2 Exited With Status 256 Error”。
解决方法:
查看一下所有者:
ls -ld /tmp/drwxr-xr-x. 87 app app 12288 Jan 8 20:12 /tmp/
修改拥有者和权限:
sudo chown -R root:root /tmp
sudo chmod 1777 /tmp
本文介绍了解决CentOS系统中因/tmp目录所有者变更导致的“gconf-sanity-check-2 ExitedWithStatus256 Error”错误的方法。通过调整/tmp目录的所有者为root并设置合适的权限来恢复正常。
在CentOS 上,修改了/tmp/的所有者后,出现“gconf-sanity-check-2 Exited With Status 256 Error”。
解决方法:
查看一下所有者:
ls -ld /tmp/drwxr-xr-x. 87 app app 12288 Jan 8 20:12 /tmp/
修改拥有者和权限:
sudo chown -R root:root /tmp
sudo chmod 1777 /tmp
1万+

被折叠的 条评论
为什么被折叠?
