Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我错误地通过 ssh 提供了 root 权限
chmod -R 777 /var/
代替
chmod -R 777 var/ 用于主目录中的 var 文件夹。
现在我无法通过 ssh 再次登录。我有一个可用的resque模式。
该怎么办?有人这样吗?
首先,在 root 模式下两次检查您的输入。然后,您需要在~/.ssh文件夹中恢复正确的权限:
~/.ssh
chmod 700 ~/.ssh chmod 644 ~/.ssh/*
此外,还可以在 /var 目录中恢复您的权限:
chmod 755 /var/empty chmod 755 /var/run