What
A system daemon to execute task on designed times.
daemon: run in linux system. works underlying in background
It's a long-running process to execute command at specifice date/time
How it works
Using crontab file. A configed text file, contains a list of command to schedule tasks. This file can be edit/ adjust using crontab command
Crontab Command: List of action you wish to execute
Example
Format
- Minute
- Hour
- Day
- Month
- Day of the week
- Command
30 09 ** 08 * / home/ramesh/update-db
Task: Auto update database at 09:30AM on every day of August