Friday, February 27, 2009

How to check if CRON service is running

You can make sure the cron service is running by running 'sudo /sbin/service crond restart'.

1 comment:

  1. Why restart if it is running? You could just do:

    'sudo /sbin/service crond status'

    ReplyDelete