Cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. Format: Min Hour Day Mon Weekday* * * * * command to be executed ┬ ┬ ┬ ┬Continue Reading