Testing cron Jobs
1. Use crontab -e when possible when editing your cron table. It validates the entries on save. 2. Redirect output to a log file. For example: 3. Run your script manually…
1. Use crontab -e when possible when editing your cron table. It validates the entries on save. 2. Redirect output to a log file. For example: 3. Run your script manually…