How do you remove a crontab file?

Answers were Sorted based on User's Feedback



How do you remove a crontab file?..

Answer / mohan

crontab -r

Is This Answer Correct ?    25 Yes 1 No

How do you remove a crontab file?..

Answer / manikantan t s

crontab -r

Is This Answer Correct ?    7 Yes 0 No

How do you remove a crontab file?..

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

How do you remove a crontab file?..

Answer / subbareddy kake

crontab -r

Is This Answer Correct ?    5 Yes 0 No

How do you remove a crontab file?..

Answer / prasanth verkot-accel frontlin

crontab-r

Is This Answer Correct ?    4 Yes 2 No

How do you remove a crontab file?..

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

Post New Answer

More Unix Commands Interview Questions

What is the use of finger command?

0 Answers  


What is awk used for?

0 Answers  


how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


How do you find out all processes that are currently running in UNIX OS?

10 Answers  


which script will invoke first ,when /etc/init.d starts

1 Answers  






How to remove a crontab file?

2 Answers  


Give the command for finding the current date.

0 Answers  


what is the difference between relative path and absolute path?

7 Answers  


What command is used to check the current users?

0 Answers  


Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


How do I clear my terminal history?

0 Answers  


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)?

0 Answers  


Categories