====== 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