command to runI am using ubuntu 12 and lamp server . I want to run a php script after every 1 hour . i have create a crontab to execute this and if i check my cron list with
cd /var/www/ /usr/bin/php cron.php
chmod +x cron.sh
15 15 * * * root /etc/scripts/cron.sh
save it and wait