Term:Cron job

From 44Net Wiki
Revision as of 18:39, 19 August 2026 by KN6DWI (talk | contribs) (Formatting fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.