Operating System - Tru64 Unix
1755042 Members
3626 Online
108828 Solutions
New Discussion юеВ

Re: Stop the cron job

 
Quare
Advisor

Stop the cron job

Hi all,

Can i stop the scheduled cron job without delete it?

if yes, what is the command should i use.

Please help.

Regards.
2 REPLIES 2
Venkatesh BL
Honored Contributor

Re: Stop the cron job

Open the crontab file and comment (using '#') the entry that you don't want to run.
Victor Semaska_3
Esteemed Contributor

Re: Stop the cron job

Make sure to edit the crontab with the command:

# crontab -e

Don't edit the file directly with vi.

Vic
There are 10 kinds of people, one that understands binary and one that doesn't.