cron job location
I'm trying to run a script once a night that calls on some php files to update a billing status.
I've been trying to run this from the debian crontab but as the php files are stored /var/www/mydomain.com/web/billing/thephp.php cron fails to execute them are they are not stored in the same place as the where the cron job is executed from.
So my question is... in debian lenny, where does cron execute it's files from please?
David
|