linux crontab 定时器设置

命令

crontab -e

添加:

00 10 * * * /usr/bin/curl http:/www.xxxx.com/xxxx.php

上面语句表示每天10点访问一次php文件";

标签:

发表评论