Created
December 28, 2016 12:43
-
-
Save darth-veitcher/5462aaf947618f4bceb80d7f0f5f1ff7 to your computer and use it in GitHub Desktop.
Crontab times example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MIN HOUR DOM MON DOW CMD | |
| # -----+---------------+------------- | |
| # Field Description Allowed Value | |
| # -----+---------------+------------- | |
| # MIN Minute field 0 to 59 | |
| # HOUR Hour field 0 to 23 | |
| # DOM Day of Month 1-31 | |
| # MON Month field 1-12 | |
| # DOW Day Of Week 0-6 | |
| # CMD Command Any command to be executed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment