crontab 定时任务

Posted chuhongyun

tags:

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

创建定时任务

crontab -e

案例:

vi a.log   

内容:111111

crontab -e

内容:*/1 * * * * /bin/data >> /home/beifeng/a.log

查看所有定时任务

crontab -l

删除所有定时任务

crontab -r

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

linux定时任务(crontab)

Crontab定时任务

centos7 ubuntu crontab定时任务

Celery实现定时任务crontab

定时任务小结

Linux定时任务-crontab