Linux – How to disable everything in crontab -l

cronlinuxunix

I just want to pause everything. Don't execute anything listed on crontab -l.

Best Answer

crontab -e then comment out each line you don't want to run with #.