💻 Software
How did I wipe out all my cron jobs?
Fresh5 days ago
Mar 15, 202614062 viewsConfidence Score0%
0%
Problem
I have accidentally wiped out all my cron jobs. I'm not sure what I have done. I don't remember deleting entries from it by issuing . What are the possible ways that the cron jobs can be completely wiped out?
Error Output
crontab -e
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How did I wipe out all my cron jobs?
Low Risk
If you type with no arguments, it reads a crontab from standard input. If you then type Control-D, it will create an empty crontab, overwriting your previous crontab. (Control-C aborts the command and leaves your crontab alone.) jpmath's answer corr…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix