linux - How to disable everything in crontab -l? - Server Fault
https://serverfault.com/questions/94351/how-to-disable-everything-in-crontab-lFirst, back up the crontab:
crontab -l > my_cron_backup.txt
Then you can empty it:
crontab -r
To restore:
crontab my_cron_backup.txt crontab -l
Tags
Related By Tags
- 🔗 Kernel/Reference/IOSchedulers - Ubuntu Wiki
- 🔗 Better Linux Disk Caching & Performance with vm.dirty_ratio
- 🔗 Bug 773645 – [ui-review] Add a way to keep the display turned on during lock
- 🔗 Lock screen without blank in 18.04 - Ask Ubuntu
- 🔗 Create a Linux Swap File | Linuxize
- 🔗 Keychron k2 F keys don't work w linux, help! : MechanicalKeyboards
- 🔗 Reclaiming the lost art of Linux server administration | pietrorea's blog
- 🔗 pulseaudio - How to listen live sounds from input from external sound card? - Ask Ubuntu
Details
- Revised
- Created
- Edited