Search notes:

cron

cron: the job scheduler, allows users to schedule jobs (comands, shell scripts) so that the run periodically or at given dates.
Often, cron is used for system maintenance/administration purposes.

See also

crontab
/etc/crontab
/etc/cron.d, /etc/cron.daily, /etc/cron.hourly, /etc/cron.monthly, /etc/cron.weekly

Index