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

To ELABORATE: We can see the CONTENTS of our crontab file using crontab -l COMMAND and can REMOVE them with crontab -r. We can also enter cron COMMANDS using crontab -e command.



Discussion

No Comment Found

Related InterviewSolutions