What is a cron — and what does cron mean?
If you've ever wondered what is a cron, here's the short version: cron is the scheduler that Unix and Linux systems use to run tasks automatically at set times. The name comes from chronos, Greek for time, and it has quietly powered the internet's routine work — backups, report emails, cache cleanups, health checks — for decades. The plain cron meaning is a clock-driven to-do list the machine works through on its own.
The thing cron runs is a cron job: a command or script paired with a schedule. The cron job meaning is exactly that pairing — "run this, on this cadence" — and the cadence is written as a cron expression. So the cron definition most people actually want is the expression itself: five fields that say when, and a command that says what. Get the five fields right and the job runs forever without anyone touching it; get them wrong and it either never fires or fires far more often than you meant.