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 |
Why is it called a shebang?
How do you copy a directory with many files and folders into another directory?
what is Online(STM) and offline diagnostics in HP-UX?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How to use grep command to list find the records of a file containing 10 different strings?
What do chmod command do?
Which command is used to delete all files in the current directory and all its sub-directories?
In vi editor how do you execute unix commands?
How to get a particular string as your prompt ? Give syntax of that command?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
what is the command to get help on a UNIX terminal?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.