Schedule jobs
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (shell builtin) |
|||
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]] also has a built-in [[sched]]ule command. |
[[Category:Common Tasks]] | [[Category:Common Tasks]] |
Revision as of 15:05, 15 June 2006
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 schedule command.