Which of the following command will remove the current crontab?
Which of the following command will remove the current crontab? Correct Answer crontab -r
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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025