- Snippet Path
Cronab Guide
- Authors
- ← Back to snippet list

- Name
- Aryan Ebrahimpour
- GitHub
- @avestura
- Snippet
Edit crontab file
bash
# edit cron file
crontab -e
Add to cornfile:
a b c d e command
At a glance
| Item | Values | Explain |
|---|---|---|
| a | 0-59 | minute |
| b | 0-23 | hour |
| c | 0-31 | day |
| d | 0 = none, 12 = december | month |
| e | 0 = sunday, 7 = sunday | day of week |
Examples
0 0 * * * command