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 grep in bash?
what is the default permission for /etc/shadow file in UNIX
What is a bash command?
How do you change file permissions?
What is the difference between pipe and xargs?
What do chmod command do?
What does the “echo” command do?
Which command will print your home directory on screen?
Explain the steps that a shell follows while processing a command.
What is the use of egrep command in unix?
How can you change the owner or group of a file?
How does one process we can start an executable file? How to get the PID process, which we started?