[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3: Change time cron.daily runs
- Subject: Re: [cobalt-users] RaQ3: Change time cron.daily runs
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Oct 30 17:30:43 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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