Cronjob

m (Created page with "<div align=justify>'''What is cron?''' Cron is the name of an automated program setup for Linux & Unix operating systems that allows the users to execute commands or cron script...")
 
m
Line 40: Line 40:
 
where
 
where
  
''* * * * * command to be executed
+
* * * * * command to be executed
1 2 3 4 5
+
1 2 3 4 5
| | | | |
+
| | | | |
| | | | ----- Day of week (0 - 7)  
+
| | | | ----- Day of week (0 - 7)  
| | | ------- Month (1 - 12)
+
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
+
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
+
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)''
+
------------- Minute (0 - 59)
  
 
All set cron jobs are displayed under the '''Current Cron Jobs''' table.
 
All set cron jobs are displayed under the '''Current Cron Jobs''' table.

Revision as of 12:42, 8 November 2011

rss feed for my website