cron job doesn’t run
Monday, July 28th, 2008I found that the cron job on my server doesn’t run recently.
I checked the crond service with below command
ps aux | grep cron
I found that the cron job on my server doesn’t run recently.
I checked the crond service with below command
ps aux | grep cron
Linux下可以用Crontab设置 定时启动的任务。这个功能很有用,可以定时每天或每周运行一个程序完成特定的任务,比如Dailybuild等等 。
简单介绍用法如下: