Im trying to schedule a Cron job but it doesn seem to work exactly when I want it to. How do the numbers reflect the timing?
A Cron job entry looks like this: 45 2 30 8 12 /home/user/script.pl where /home/user/script.pl is the job to be set. The job will execute based on the timings that; the first number is the minute of the hour, the second number is the hour of the day, the third number is the day of the month, the fourth number is the month of the year and the fifth number is the day of the week.