-----Original Message-----
From: TUNC ERESEN [mailto:tunc (at mark) eresen.com]
Sent: 07 October 2006 15:25
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:07479] RUNNING CRON JOBS
I need a help to run cronjob on my servers, Could someone write me simple way of running below cron job on my B/Q servers.
Run fix_majordomo.pl
Run this script every 5 minutes as a cron job. Download fix_majordomo.pl and you may view the source
Regards
Tunc
----------------
I did crontab -e
And inserted "5 0 * * * /etc/fix_majordomo.pl [-hmtvV]"
And crontab -l listed all crons below
0 * * * * /etc/webmin/bandwidth/rotate.pl
00 3 * * * /etc/webmin/webmin/update.pl
@daily /etc/webmin/mysql/backup.pl --all
@daily /etc/webmin/fsdump/backup.pl 95991148363649
5 0 * * * /etc/fix_majordomo.pl [-hmtvV]
including above job to be running every 5 minutes, I hope it is correct....
Thanks
Tunc