How to test/check cron scripts

If you are having an issue with the NOT working cron, you can do the following to check it. Check if crond is working # service crond status crond (pid 1386) is running... You can also check cron log file and see if cron script is executed tail -n 20 /var/log/cron If your cron script […]

Read More