Cron is a time-based job scheduler in Unix-like operating systems.
It’s used to run commands or scripts automatically at specified times or intervals (e.g., every day at midnight).
Example: I set up a cron job to back up the database every night.
The name comes from the Greek word χρόνος (chronos), meaning time.