Date Added: 14/01/2015

Scheduling 

* * * * * /bin/execute/this/script.sh

   * * * * *
  • minute (from 0 to 59)
  • hour (from 0 to 23)
  • day of month (from 1 to 31)
  • month (from 1 to 12)
  • day of week (from 0 to 6) (0=Sunday)
 
  • every minute
  • of every hour
  • of every day of the month
  • of every month
  • and every day in the week.
 

@reboot Run once, at startup @yearly Run once a year "0 0 1 1 *" @annually (same as @yearly) @monthly Run once a month "0 0 1 * *" @weekly Run once a week "0 0 * * 0" @daily Run once a day "0 0 * * *" @midnight (same as @daily) @hourly Run once an hour "0 * * * *" Leaving the rest of the fields empty, this would be valid: @daily /bin/execute/this/script.sh

 

Last Update: Posted by: müslüm ÇEN
Not Commented Yet !
Please login in order to comment . Login