标签: cron
我想编写一个必须在每个月的第一天运行PHP脚本的cron作业。
你能帮我解决这个问题吗?
感谢。
答案 0 :(得分:1)
添加到 crontab -e :
0 0 1 * * php /path/to/script.php