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 |
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
distinguish between interrupts and exceptions?
Give the command to display space usage on the UNIX file system.
what is the cmd to display the last exit status in UNIX?
How to use grep command to list find the records of a file containing 10 different strings?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How to remove a crontab file?
Enumerate some of the most commonly used network commands in unix?
How do I search for text in vi?
What is nr in awk command?
What are grep patterns?