我错误地在我的 ubuntu 12.04 上运行了这个命令:
chown someuser / -R
在 RHEL 上可以通过以下命令修复:
rpm --setugids -a
有什么办法可以在 ubuntu 服务器上修复它吗?
答案1
那没有据我所知,这是一种直接的方法。这个答案可能对你有点帮助:https://superuser.com/questions/132891/how-to-reset-folder-permissions-to-their-default-in-ubuntu-9-10