crontab挂定时任务

Posted wuxiangli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了crontab挂定时任务相关的知识,希望对你有一定的参考价值。

5 9 * * * /home/wuxiangl/anaconda2/bin/python2.7 /home/wuxiangl/currency/urlCurrencyType.py >> /home/wuxiangl/jiaoben/urlCurrencyType.out 2>&1

? ?

每天早上95分跑这个脚本

crontab -e #将上述那行写进去

{minute} {hour} {day-of-month} {month} {day-of-week} {full-path-to-shell-script}?

? ?

以上是关于crontab挂定时任务的主要内容,如果未能解决你的问题,请参考以下文章

Linux定时执行shell

crontab 定时任务

linux定时任务(crontab)

Crontab定时任务

centos7 ubuntu crontab定时任务

Celery实现定时任务crontab