> CronPresentation/000 Introduction - What is cron?

What is cron?

cron...

  1. a daemon, i.e. it runs in background all the time

  2. checks a certain set of files every minute

  3. executes the programs listed for that minute

  4. used for commands that are to be executed repeatedly

What ISN'T cron?