running cron jobs in ubuntu
I am currently using ubuntu 8.10 .
I was trying to play around with cron deamons but realised that in ubuntu I am not the root.
i dont have previleges to run crons nor to set up one.
How are cron jobs set up in that case?
I tried stopping the cron deamon by running sh cron stop at cd /etc/inti.d
and the follwoing error pops up
* Stopping periodic command scheduler crond start-stop-daemon: warning: failed to kill 5563: Operation not permitted
[fail]
vijayadurga@ubuntu:/etc/init.d$
thought I woudl run it from vijayadurga@ubuntu:/etc/rc5.d$ and script S89cron, but I think this is only for start up or this files links to the cron file and I can perform both start and stop?
I was trying to play around with cron deamons but realised that in ubuntu I am not the root.
i dont have previleges to run crons nor to set up one.
How are cron jobs set up in that case?
I tried stopping the cron deamon by running sh cron stop at cd /etc/inti.d
and the follwoing error pops up
* Stopping periodic command scheduler crond start-stop-daemon: warning: failed to kill 5563: Operation not permitted
[fail]
vijayadurga@ubuntu:/etc/init.d$
thought I woudl run it from vijayadurga@ubuntu:/etc/rc5.d$ and script S89cron, but I think this is only for start up or this files links to the cron file and I can perform both start and stop?
0