ubuntu:cron:delete_crontab
Ubuntu - Cron - Delete Crontab
To terminate all pre-scheduled tasks, deleting the crontab for the currently logged in user.
crontab -r
Simply pass the -r (remove) flag to crontab for removing the crontab.
Delete the Crontab of a specific User
crontab -u User -r
The same can be done using the below command.
crontab -r User
ubuntu/cron/delete_crontab.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1