Cron

  • A software utility that allows users to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals.
  • “Command Run On Notice”
  • It is primarily used for system administrative tasks such as backups, log cleaning, or system maintenance.

Example

The developer set up a cron job to automatically back up the website’s database every day at 3:00 AM.

Synonyms

  • Similar: Task scheduler, job runner, automation utility, time-based scheduler, crontab

Etymology

  • The name originates from the Greek word “Chronos” (Χρόνος), which means time. It was originally developed by Ken Thompson for the Unix operating system at Bell Labs.

Frequently Asked Questions

CRON