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

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

0 Answers  


What is the use of finger command?

0 Answers  


which command is used to change group?

5 Answers  


Who command in unix?

0 Answers  


what is the command to print last 8 lines of any text file.

10 Answers  






How to get the last ten lines of a file using awk utility?

1 Answers   Infosys,


what does the 'tee' command do?

4 Answers  


What is the use of touch command in there?

1 Answers   Accenture,


How does one process we can start an executable file? How to get the PID process, which we started?

6 Answers  


which command is used to identify the type of the file?

3 Answers  


what do you understand by 'unix is a portable os'?

3 Answers   Infosys,


How will you know who are the users logged in to the system before 15 minutes?

4 Answers   Amazon,


Categories