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 the use of the command 'ls -x chapter[1-5]' ?
Is it inbetween or in between?
what is kernel?
How would you change all occurrences of a value using VI?
How does the system know where one command ends and another begins?
What is grep in bash?
Explain ‘system calls’ with respect to unix commands?
What do know about tee command?
What command is used to replace the existing string with some other?
Enlist some filename manipulation commands in unix.
How do you create a directory in UNIX?
What is the difference between a hard link and a soft link in Unix?