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.
我有一个脚本可以生成图像然后将其上传到某个目录。该脚本工作正常,但是将其上传到 CentOS 服务器,它将不再工作。通过调试,我发现这是一个权限被拒绝的问题。我被迫chmod -R 777 certain_directory让它工作。
chmod -R 777 certain_directory
我不相信这一点,www-data当我使用 Debian 时,我无法将目录所有权设置为我习惯的。有什么解决方法吗?
www-data
# egrep ^User /etc/httpd/conf/httpd.conf User apache
因此,只需将文件 chown 到 apache ...