Schedule jobs
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (shell builtin) |
m (Reverted edits by 75.66.105.238 (Talk); changed back to last version by Jimbo) |
||
(One intermediate revision 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]]. The [[tcsh]] also has a built-in [[sched]]ule command. | + | 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 18: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.