Hi,
I have ubuntu 8 and want to set a crone job.
When ubuntu starts, i login as;
username: ubuntu
password: ubuntu
I open terminal an type these:
root@ubuntu:/home/ubuntu# crontab -e
*/10 * * * * /var/www/project/index.php
(to run index.php every 10 seconds) and save it and wait.
Nothing happens!!!
Do i miss anything? Do you think root@ubuntu:/home/ubuntu#
is wrong?
Note : In the System>Administration>Users and Groups, there are "ubuntu" and "root" as users. Nothing else. Also, by the clock top right end side, it says "ubuntu".
Thanks