Tuesday, July 15, 2014

How to unschedule Crontab Unix Jobs using Putty

crontab -e    Edit your crontab file, or create one if it doesn’t already exist
Then Press i which is nothing but Inserting 
then type # infront of the scheduled jobs
Ex: Before 0 8-20 * * 1-5 run.sh CRU/rpp_update/code/rpp_update.sh
After  #0 8-20 * * 1-5 run.sh CRU/rpp_update/code/rpp_update.sh
once your done with your changes then press Capital Z twice, which is ZZ.
Thats it. You done.

No comments:

Post a Comment