MJN All Blog Cheatsheets Elasticsearch GCP JS LinuxBash Misc Notes Other ShortcutKeys / - Search

Home / Notes / CRON


CRON

Format of crontab:

First five fields are:

<minutes:0-59> <hours:0-23> <day-of-month:1-31> <month:1-12> <day-of-week:0-6:0=Sunday>

Command: sudo crontab -e

Alternatively:

echo "* 12 * * * /usr/local/bin/script" >> /var/spool/cron/root

This page was generated by GitHub Pages. Page last modified: 20/09/07 13:58