Refer to following cron job entry: 0 7-17 * * * /home/joe/bin/check-db-status

Refer to following cron job entry: 0 7-17 * * * /home/joe/bin/check-db-statusCategory: Introduction to Linux IIRefer to following cron job entry: 0 7-17 * * * /home/joe/bin/check-db-status
Linux Questions Staff asked 1 year ago

Refer to following cron job entry:

0 7-17 * * * /home/joe/bin/check-db-status
  • Executes check-db-status at every hour on all days
  • Executes check-db-status on all days between 7 AM and 5 PM
  • Executes check-db-status Monday to Friday between 7 AM and 5 PM
  • Executes check-db-status at every hour on Monday to Friday

About the author