Observations

Jason DeVita yellowdog-general@lists.terrasoftsolutions.com
Fri May 30 06:27:09 2003


> Thanks on this point.  I assumed as much but hadn't run top or really
> looked into it.  Is there a way to reschedule chron jobs?  It usually
> pops up at inconvenient times.

Take a look in "/etc/cron.daily", you should see "slocate.cron".  You can
move this into "/etc/cron.weekly" or "/etc/cron.monthly".

You can also edit "/etc/crontab" to change the time that the cron.daily
scripts get run.  The format of the crontab file is:

minute hour day month weekday username command

where a * means to match all values.

-Jason