In order to check and see if cron is running or not, run the following commands via ssh at the command line:
tail -f /var/log/cron
Will show the last 10 cron jobs that had been executed and will continue to watch the log for new crons that have started.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.