Shell / Commands

cron

English

Overview

A mechanism for automatically running commands at a set time or interval.

Details

A daemon that runs commands periodically according to a specified schedule, with the run time and command defined via crontab. Its syntax uses five fields -- minute, hour, day, month, weekday, then the command -- where an asterisk acts as a wildcard meaning every.

More Linux terms