ubuntu:cron:delete_crontab
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:cron:delete_crontab [2019/12/12 23:08] – created peter | ubuntu:cron:delete_crontab [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
Simply pass the -r (remove) flag to crontab for removing the crontab. | Simply pass the -r (remove) flag to crontab for removing the crontab. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Delete the Crontab of a specific User ===== | ||
+ | |||
+ | <code bash> | ||
+ | crontab -u User -r | ||
+ | </ | ||
+ | |||
+ | The same can be done using the below command. | ||
+ | |||
+ | <code bash> | ||
+ | crontab -r User | ||
+ | </ | ||
+ |
ubuntu/cron/delete_crontab.1576192115.txt.gz · Last modified: 2020/07/15 09:30 (external edit)