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 ‘ps’ command for?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


What is merge command in unix?

0 Answers  


what is the command to find out which shell you are running?

14 Answers  


What is unix command?

0 Answers  


how will u execute a file in unix

8 Answers   QA,


Which command should you use to find the remaining disk space in unix server?

0 Answers  


Why is awk called awk?

0 Answers  


what is the use of "test" command in unix?

4 Answers  


What is a Unix signal, and how do you handle them?

2 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys,


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


Categories