Advertisement
facha

Crontab Help Comment

Nov 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. # ┌───────────── minute (0 - 59)
  2. # │ ┌───────────── hour (0 - 23)
  3. # │ │ ┌───────────── day of month (1 - 31)
  4. # │ │ │ ┌───────────── month (1 - 12)
  5. # │ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday;
  6. # │ │ │ │ │                                       7 is also Sunday on some systems)
  7. # │ │ │ │ │
  8. # │ │ │ │ │
  9. # * * * * *  command_to_execute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement