linux - root下,使用crontab 执行php脚本,777文件夹is_writable却返回不可写,命令行运行这个脚本没问题?

WBOY
Release: 2016-06-06 20:17:02
Original
1289 people have browsed it

linux root下,使用crontab 执行php脚本,777文件夹is_writable却返回不可写,命令行直接运行这个脚本没问题,请问这是怎么回事?

回复内容:

linux root下,使用crontab 执行php脚本,777文件夹is_writable却返回不可写,命令行直接运行这个脚本没问题,请问这是怎么回事?

你使用了crontab 也就是权限应该是crontab的!
你先用ROOT执行写出了文件,再用crontab写同样的文件没权限。

你可以使用curl执行php

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template