InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command will remove the current crontab?(a) crontab -p(b) crontab -l(c) crontab -e(d) crontab -rI have been asked this question in final exam.The query is from Process Management in portion The Process of Unix |
|
Answer» Right answer is (d) crontab -r |
|