On Wed, 29 Sep 2004, Richard S. Crawford wrote: > I'm trying to get a wget command to execute every five minutes. crontab > -e looks like this: > > */5 * * * * wget -q -O /dev/null http://152.79.198.89/moodle/cron.php If you remove -q, maybe wget will report somthing important. - Chris