11 · The Command Line
cron
Run jobs on a schedule
The Unix scheduler: a “crontab” lists commands to run automatically at set times — every night, every hour, every Monday.
Concrete example
A cron job backs up the database at 3am daily, with no human involved.
Why it matters
How recurring automation — backups, reports, cleanups — actually runs on a server.