User Tools

Site Tools


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 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki