Refer to following cron job entry:0 9-18 * * * /home/joe/bin/check-db-statusThe job…

Refer to following cron job entry:0 9-18 * * * /home/joe/bin/check-db-statusThe job…Category: Introduction to Linux IIAuthor "LinuxQuestions"Refer to following cron job entry:0 9-18 * * * /home/joe/bin/check-db-statusThe job…
Linux Questions Staff asked 1 year ago

Refer to following cron job entry:0 9-18 * * * /home/joe/bin/check-db-statusThe job…

  • Executes check-db-status on all days between 9 AM and 6 PM
  • Executes check-db-status Monday to Friday between 9 AM and 6 PM
  • Executes check-db-status at every hour on all days
  • Executes check-db-status at every hour on Monday to Friday

About the author