Hello Allen, > Has someone a solution for me, how I can configure the cron.daily directory, so > that it will start for example at 1:00 A.M ?
Login as root, edit the file /etc/crontab (using vi or pico) Find the line '02 4 * * * root run-parts /etc/cron.daily' Change this to '02 1 * * * root run-parts /etc/cron.daily' Save and restart cron by executing /etc/rc.d/init.d/crond restart With regards, Taco Scargo Professional Services Manager, EMEA Sun Microsystems Sun Cobalt Server Appliances _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
