User Tools

Site Tools


cron

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cron [2012/02/08 13:38]
k2patel created
cron [2020/08/10 02:35]
Line 1: Line 1:
-====== CRON ====== 
-It is most important piece of command / daemon available on Linux / Unix system.\\ 
-It has some nice capability which is not used but need to be aware of. 
  
-==== Special Usage ==== 
-<code bash> 
-@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 * * * *". 
-</​code>​ 
cron.txt ยท Last modified: 2020/08/10 02:35 (external edit)