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 difference between grep and grep?

0 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


What are some command words?

0 Answers  


How do I search a whole word in vim?

0 Answers  






Which command is used to kill the last background job?

0 Answers  


How to delete a directory containing files and folders?

3 Answers  


what is the use of uniq commmand?

8 Answers  


What is file system in unix??

10 Answers   Symphony,


how to delete entire records in unix ?

13 Answers   Cap Gemini,


What is mtime in find command?

1 Answers  


Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?

1 Answers  


Categories