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.
目前我正在本地使用 git repo,因此在推送文件之前我不会更改任何权限。
我在 OSX 10.6.8 上使用 MAMP。我确定一定有什么我做错了。我希望网页能够写入文件夹,同时保持对文件夹的 755 权限。
注意:MAMP 安装在应用程序中,但我的用户文件夹中的文件夹中有根目录。
运行 Apache 的进程的用户是什么?您必须将用户或组更改为 apache 进程,并且您将有权访问文件和 apache 进程。
例子:
$ ls -ld incomming drwxrwxr-x 42 john apache 4096 May 20 07:33 incomming
此文件夹所有者是 John,他拥有完整的写入权限。此文件夹也可由组 apache 写入,该组应该是 apache 进程组。