In the crontab file in the /etc directory, how can you specify the hour and day that the weekly cron jobs are run? # run-parts 03,18,33,48 * * * * root run-parts /etc/cron.quarter-hourly 04,34 * * * * root run-parts /etc/cron.half-hourly 01 * * * * root run-parts /etc/cron.hourly 05 0,6,12,18 * * * root run-parts /etc/cron.quarter-daily 02 1 * * * root run-parts /etc/cron.daily 02 2 * * 0 root run-parts /etc/cron.weekly 02 3 1 * * root run-parts /etc/cron.monthly I understand that the first column of numbers is the minute that the job is run. The second is the hour, the third is the day. I don't know what the rest of the columns are and what values may need to be changed to change the day of the week. Any help would be appreciated. Michael Combe
<<attachment: winmail.dat>>