如何在ubuntu上使用crontab运行PHP?

时间:2017-06-19 04:53:11

标签: php cron ubuntu-14.04

我尝试每1分钟自动运行PHP脚本。

这是我的php代码,文件为asterisk_auto.php

<?php
$date = "Today is " . date("Y/m/d h:m:s").PHP_EOL;
file_put_contents("status.txt", $date, FILE_APPEND);
?>

我尝试设置crontab。

我的详细系统信息是:

enter image description here

我设置我的crontab是:

enter image description here

最终crontab状态为:

enter image description here

但它没有写任何文件status.txt。出了什么问题?

0 个答案:

没有答案