linux下php无法创建文件夹和文件怎么办
- PHPzOriginal
- 2016-06-13 10:10:541835browse
linux下php无法创建文件夹和文件的问题
同一个创建文件夹的代码,在windows下可行,然而在linux下却不行。
然后查阅了一下资料。发现是权限问题
通过ps -e -f | grep php
可以知道php所属用户/组。
我这里是apache
然后如果想要在某个文件夹下创建或者删除目录或子目录的话,
用chown将指定文件的拥有者改为指定的用户或组
更多相关技术文章,请访问PHP中文网!
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn