Term:Cron job
Short definition: 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. | mode = view
}}