LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   crontab not working (https://www.linuxquestions.org/questions/linux-general-1/crontab-not-working-642554/)

prashanlk 05-16-2008 01:24 AM

crontab not working
 
hi all,

i try to execute a backup-script daily via cron.
therefore i edited the crontable with "crontab -e".

i need to execute a bash script automatically every 10 mins daily.i have added the following line in the crontab file ;

0,10,20,30,40,50 * * * * /JWM/runJWM.sh

it doesn't seems to be executing properly.when i run it manually it is working properly.can any one help me on this.

thanks

drauk 05-16-2008 03:21 AM

did you check if cron daemon is running?


All times are GMT -5. The time now is 08:58 AM.