Explaining how i did it .
I am on ubuntu 10 server
> sudo crontab -e
Typed
> 01 * * * * php5 /var/jobs/testcron.php
And saved
> /tmp/crontab.t53yKk/crontab
It suppose to run every single minute but it is not running .
What i did wrong ?