You can use the following special characters:
*
- Any value,
- Value list separator (1,2,3)-
- Range of values (1-5)/
- Step values (*/2)Cron is a time-based job scheduler in Unix-like operating systems. It enables users to schedule jobs (commands or scripts) to run periodically at specific times, dates, or intervals.
A crontab (cron table) is a file containing schedule jobs with their execution times. The crontab command is used to view or edit these scheduled jobs.
A crontab expression consists of 5 fields representing the time to execute the command: