Empty the crontab in UNIX
7 Views
ReplyL
Legacy User 1
8/1/2019, 11:27:36 AM
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
1 Reply
L
Legacy User 1
8/1/2019, 11:28:46 AM
Below command is working as expected.
crontab -r
It removes all the entries from the crontab.
Continue Reading
View all in unix-linux→Related Discussions
Latest Articles
Leave a Reply
All replies are subject to pre-moderation. Your reply will appear publicly once approved.