Term:Cron job: Difference between revisions

From 44Net Wiki
KN6DWI (talk | contribs)
Created term
 
KN6DWI (talk | contribs)
m Formatting fix
 
Line 1: Line 1:
{{TermDefinition
{{TermDefinition
  | short = Recurring task executed at the specified interval by the cron daemon }}
  | short = Recurring task executed at the specified interval by the cron daemon
  | long = Cron is a daemon (background process) that executes commands at specified intervals. Each user has their own crontab file where the tasks are described, and there's a system crontab file as well. Your crontab file can be edited with the command crontab -e.
  | long = Cron is a daemon (background process) that executes commands at specified intervals. Each user has their own crontab file where the tasks are described, and there's a system crontab file as well. Your crontab file can be edited with the command crontab -e.
  | mode = {{{mode|view}}}
  | mode = {{{mode|view}}}
}}
}}

Latest revision as of 18:39, 19 August 2026

Short definition: Recurring task executed at the specified interval by the cron daemon
Long definition: Cron is a daemon (background process) that executes commands at specified intervals. Each user has their own crontab file where the tasks are described, and there's a system crontab file as well. Your crontab file can be edited with the command crontab -e.