HowTo - cron

From Da Nerd Mage Wiki
Revision as of 01:00, 27 December 2021 by Tinker (talk | contribs) (Created page with "'''cron''' is a background process (a daemon) that wakes up every minute & checks '''crontab''' files for tasks to run. These files might belong to '''root''' or to individual user accounts on the machine. =The crontab file= For details about how to create crontab entries, see: *<code>man 5 crontab</code> *[https://community.linuxmint.com/tutorial/view/1072 Crontab Syntax Tutorial] ==Editing your personal crontab file:== *<code>crontab -e</code> ==Editing the root c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cron is a background process (a daemon) that wakes up every minute & checks crontab files for tasks to run. These files might belong to root or to individual user accounts on the machine.

The crontab file

For details about how to create crontab entries, see:

Editing your personal crontab file:

  • crontab -e

Editing the root crontab file:

  • sudo crontab -e

starting/stopping/restarting

  • sudo service cron start
  • sudo service cron stop
  • sudo service cron restart

logs

cron logs are rolled into syslog

  • grep CRON /var/log/syslog