User Tools

Site Tools


ubuntu:cron:delete_crontab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:cron:delete_crontab [2019/12/12 23:08] – created peterubuntu: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
 +</code>
 +
 +The same can be done using the below command.
 +
 +<code bash>
 +crontab -r User
 +</code>
 +
ubuntu/cron/delete_crontab.1576192115.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki