[PlanetCCRMA] Best performance?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Nov 16 10:39:00 2004


On Tue, 2004-11-16 at 07:02, Timo Sivula wrote:
> On Tue, 2004-11-16 at 22:52, David Fraser wrote:
> 
> > >My system generates a couple of xruns at 4 am every night, but stays
> 
> > Presumably this is because of some cron jobs you have running?
> 
> How can I see what jobs are on the list?

Look at the contents of 
/etc/cron.d
/etc/cron.daily
/etc/cron.hourly
/etc/cron.monthly
/etc/cron.weekly

(hourly, weekly, monthly and daily scripts are triggered from
/etc/crontabs. 

To see which package "owns" each script you could do:
rpm -q -f /etc/cron.d/*

-- Fernando