The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron reads the crontab (cron tables) for predefined commands and scripts.
By using a specific syntax, you can configure a cron job to schedule scripts or other commands to run automatically.