Cron help
Posted by: soopafly
Posted on: 2007-03-15 23:04:00
Hello all,
I'm having difficulty figuring out a script that I need to call via cron. I've never done this before, so please bare with me.
I have a script that I need to execute once a day at around midnight. The instructions say to do this:
lynx --dump --auth=user:pass http://www.mydomain.com/cgi-system/php.cgi?build=1 >/dev/null
I connected to my domain via SSH and entered the above script. Nothing seemed to happen in my terminal...no confirmation, nothing....Is this normal? Another thing is that I don't have a directory named /cgi-system in my domain folder, nor a php.cgi file anywhere in site. Sorry..very new to cron, but any help would be great