The cron daemon operates as a persistent process that carries out commands at designated dates and times, allowing for the scheduling of tasks, whether as one-time occurrences or recurring activities. For tasks that are meant to be executed just once, alternative commands can be employed. In contrast, for commands that require regular execution, such as those needed on an hourly, daily, or weekly basis, a specific command is utilized to create a configuration file. This file contains the necessary commands and directives for the daemon to follow during its operations.
Source Link