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 |
Which command will print your home directory on screen?
what is the command to list all files in a directory, including the hidden files in UNIX ?
Will rm -r* removes hidden files?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I open a port?
How do I search a whole word in vim?
in UNIX,what is the command to remove directory with files?
Give two UNIX kernel parameters that effect an Oracle install
Which RAID Levels supported by LVM?
What is .sh file?
What is the use of tee command?
What are grep patterns?