我跑了
chown -R me:me /opt/web/ftp-mounts/
这会影响 sshfs ftp 挂载上的文件。远程服务器托管基于 IIS 的网站。我可能弄乱了远程主机上的文件权限。
现在,当我在生产网站上请求静态文件时,出现 IIS 错误
HTTP Error 404.9 - Not Found
This error occurs when the requested file is marked as hidden on the file system.
我该如何恢复这些?我刚刚搞乱了我的生产服务器!
答案1
chmod -R 777
解决了这个问题。