Cron
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
While [[at]] is for scheduling a single task to run one time, [[cron]] is meant to set up a repetitive schedule. The configuration file is [[crontab]], usually found in /etc/crontab although it can also search through /var/cron/tabs. | While [[at]] is for scheduling a single task to run one time, [[cron]] is meant to set up a repetitive schedule. The configuration file is [[crontab]], usually found in /etc/crontab although it can also search through /var/cron/tabs. | ||
+ | |||
+ | [Category:FreeBSD Terminology] |
Revision as of 09:51, 26 August 2004
While at is for scheduling a single task to run one time, cron is meant to set up a repetitive schedule. The configuration file is crontab, usually found in /etc/crontab although it can also search through /var/cron/tabs.
[Category:FreeBSD Terminology]