Schedule jobs
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 75.66.105.238 (Talk); changed back to last version by Jimbo) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | You may schedule jobs to be run once by using the [[at]] scheduler, or to be run at regular intervals by using [[cron]]. | + | You may schedule jobs to be run once by using the [[at]] scheduler, or to be run at regular intervals by using [[cron]]. The [[tcsh]] [[shell]] also has a built-in [[sched]]ule command. |
[[Category:Common Tasks]] | [[Category:Common Tasks]] |
Latest revision as of 19:05, 19 December 2008
You may schedule jobs to be run once by using the at scheduler, or to be run at regular intervals by using cron. The tcsh shell also has a built-in schedule command.