crontab -l : lists current crontab
crontab -e : edits the currently scheduled jobs
You can temporarily disable a job from running just by commenting out the schedule line for the job.
Articles, notes and random thoughts on Software Development and Technology
crontab -l : lists current crontab
crontab -e : edits the currently scheduled jobs
You can temporarily disable a job from running just by commenting out the schedule line for the job.