ubuntu:cron:delete_crontab
This is an old revision of the document!
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.1576192181.txt.gz · Last modified: 2020/07/15 09:30 (external edit)