Topic starter
01/08/2019 10:27 pm
Hi all,
I am a beginner in UNIX. I want to how to remove all the content from the crontab.
Please give me the command to remove it. I used below command but it now works. Help me…!
crontab -l | rm
Topic starter
01/08/2019 10:28 pm
Below command is working as expected.
crontab -r
It removes all the entries from the crontab.
This post was modified 5 years ago by admin