PDA

View Full Version : periodic jobs...


Fred
07-09-2005, 02:36 PM
hi guys,

I'm trying to document all the periodic jobs that runs on my vps...
So far, i got them from:
crontab
cron.d
cron.hourly
cron.daily
cron.weekly
cron.monthly

Anywhere else i need to check ?
i run a cpanel vps, btw.

veena
07-09-2005, 08:21 PM
Try the files inside /var/spool/cron directory, it will list all the users' cronjobs.

charles
07-10-2005, 10:32 PM
Look at /var/log/cron to see whats been running too, but it looks like you have them covered.

charles

Fred
07-11-2005, 12:05 PM
thanks for the infos... :)