Deleting a user’s crontab

Which of these commands can be used to prompt a confirmation from a Linux CentOS 8 user before deleting the user’s crontab?

Options
1.crontab -i -r
2.crontab -i

3.crontab -r

4.crontab -f

Related Posts