Hi to all.
I want to run a php file through crontab.
I know some basic things about cron.but need some more details.
I have a dedicated server for one of my client running Debian on it.
I want to run a php script where it will update some database tables in a 10 or 5 min interval of time. the best bet here is to run that script through crontab.
i know it will be something like this:
Quote:
|
10 * * * * /usr/local/bin/php /var/www/html/cron.php
|
but now how could i setup this cron file to run properly.
And is the above command is right and will work.
how to run cron under a normal user,mean to create a file like cron.allow OR cron.deny
Any details will be appreciated.
Thanks