[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3: Change time cron.daily runs



> >I assume cron.daily jobs start running at a fixed time every day. How can I
> >change the exact time these jobs start?
> 
> 
> This is is controlled by the file called crontab
> eg
> pico /etc/crontab  and you will see the times
> 
> you can edit this and restart cron
> 
> /etc/rc.d/init.d/crond stop
> 
> /etc/rc.d/init.d/crond start
 
It is *not* recommended to edit crontab in the above way!!!

to edit a crontab use "crontab -e" 
You better read man crontab

Gerald