What are Cron Jobs/How do I edit IPCOP’s Cron Jobs?

Cron jobs are Unix/Linux automated jobs. The layout of the Cron is as follows:

# Use the pound character to delimit a comment  
# +---------------- minute (0 - 59)  
# |  +------------- hour (0 - 23)  
# |  |  +---------- day of month (1 - 31)  
# |  |  |  +------- month (1 - 12)  
# |  |  |  |  +---- day of week (0 - 7) (Sunday=0 or 7)  
# |  |  |  |  |  
# *  *  *  *  *  command to be executed  

To edit IPCOP’s Cron jobs: Login to IPCOP’s console and type

fcrontab -e
faq/advanced/cron.txt · Last modified: 2008/09/21 02:06 by ds531