linux下 定时执行php的问题,代码如下,就是不会执行,求原因。求指教 50
a.php文件内容如下<?php$content="helloworld";$fp=fopen('/home/hwp/a.txt','w');fputs($fp,$con...
a.php 文件内容如下
<?php
$content="hello world";
$fp=fopen('/home/hwp/a.txt','w');
fputs($fp,$content);
fclose($fp);
---------------------------
crontab内容如下:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
*/3 * * * * /home/hwp/hwp.sh
* * * * * echo "hello world" >> /tmp/test.txt
* * * * * (/usr/local/webserver/php/bin/php /home/hwp/a.php)
最后三行, 不管怎么样,就是执行不了。 。。。。。。。。 展开
<?php
$content="hello world";
$fp=fopen('/home/hwp/a.txt','w');
fputs($fp,$content);
fclose($fp);
---------------------------
crontab内容如下:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
*/3 * * * * /home/hwp/hwp.sh
* * * * * echo "hello world" >> /tmp/test.txt
* * * * * (/usr/local/webserver/php/bin/php /home/hwp/a.php)
最后三行, 不管怎么样,就是执行不了。 。。。。。。。。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询