cron job doesn’t run

Monday, July 28th, 2008

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

Cron的用法

Monday, March 17th, 2008

Linux下可以用Crontab设置 定时启动的任务。这个功能很有用,可以定时每天或每周运行一个程序完成特定的任务,比如Dailybuild等等 。
简单介绍用法如下: