Cron

  • edit cron jobs: crontab -e
  • list cron jobs: crontab -l

Debugging cron jobs

Log the output of the script to a file.

* * * * * /home/ederbit/.local/bin/my-script.sh &>>/tmp/cron_debug_log.log