Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Created December 28, 2016 12:43
Show Gist options
  • Save darth-veitcher/5462aaf947618f4bceb80d7f0f5f1ff7 to your computer and use it in GitHub Desktop.
Save darth-veitcher/5462aaf947618f4bceb80d7f0f5f1ff7 to your computer and use it in GitHub Desktop.
Crontab times example
# 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