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 comments:

BoomerBrian said...

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

'sudo /sbin/service crond status'