Term:Cron job

From 44Net Wiki
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.