How do you remove a crontab file?
Answers were Sorted based on User's Feedback
Answer / shree
edit the crontab using "crontab -e" , then remove the cron
particular cron entry that u want to remove and save n exit
using "wq!"
Is This Answer Correct ? | 11 Yes | 5 No |
Answer / kiruthiga
all the answers are correct
if we give crontab -r it will remove all the crons that are
currently running (as a root)crontab -r username
Is This Answer Correct ? | 2 Yes | 0 No |
What is ‘ps’ command for?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What is merge command in unix?
what is the command to find out which shell you are running?
What is unix command?
how will u execute a file in unix
Which command should you use to find the remaining disk space in unix server?
Why is awk called awk?
what is the use of "test" command in unix?
What is a Unix signal, and how do you handle them?
distinguish between interrupts and exceptions?
how to find the 51th record of a file containing 100 records in unix.