How to remove a crontab file?

Answers were Sorted based on User's Feedback



How to remove a crontab file?..

Answer / jay

crontab -r

Is This Answer Correct ?    7 Yes 0 No

How to remove a crontab file?..

Answer / upendar

crontab -r [username]
where username specifies the name of the user's account for which you want to remove a crontab file. Removing crontab files for another user requires superuser privileges.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what is the use of wild cards?

2 Answers  


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


what are wild cards?

2 Answers  


What is the use of egrep command in unix?

0 Answers  






What does the command '$ls | wc –l > file1' do?

0 Answers  


What is pid?

4 Answers  


use of ls command

9 Answers  


their is a file1,file2 and i want to append file1 data to file2?

9 Answers   IBM,


How do I search for a file in unix command?

0 Answers  


What does mkdir up2date; touch outdated up2date do?

2 Answers  


What command will change your prompt to myprompt?

0 Answers  


Categories