<span style="font-family: arial,helvetica,sans-serif; color: #000000;">Hi Jason,<br /><br />to run the cronjob every minutes then like:<br /># crontab -e<br />*/15 * * * * </span><span style="font-family: arial,helvetica,sans-serif; color: #000000;"> /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update; </span><span style="font-family: arial,helvetica,sans-serif; color: #000000;"> /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update<br /><br />or look into the docu. man 5 crontab<br /><br /><br />best regards<br />Gregor Gruener<br /></span><span style="font-family: arial,helvetica,sans-serif; color: #000000;"> <br /> -----Original-Nachricht-----<br /> Betreff: [CentOS] Cron Job?<br /> Datum: Wed, 27 May 2009 22:32:04 +0200<br /> Von: Jason Todd Slack-Moehrle <mailinglists@MailNewsRSS.com><br /> An: CentOS mailing list <centos@centos.org><br /> <br /> Hi All,<br /> <br /> How does one create a cron job that runs commands like:<br /> <br /> /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update<br /> /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update<br /> <br /> Say every 15 mins?<br /> <br /> -Jason<br /> <br /> <br /> <br /> _______________________________________________<br /> CentOS mailing list<br /> CentOS@centos.org<br /> http://lists.centos.org/mailman/listinfo/centos<br /> </span>