[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?
>
crontab -e  (as root)
man crontab
for more info

Gerald