1832978 Members
2757 Online
110048 Solutions
New Discussion

crontab -r question

 
SOLVED
Go to solution
Matt Shaffer_1
Regular Advisor

crontab -r question

If I run crontab -r to remove the crontab entry for a user, do I need to restart cron for the change to go into affect?

Thanks
3 REPLIES 3
Jeff_Traigle
Honored Contributor
Solution

Re: crontab -r question

Nope. The crontab command takes care of it, whether adding, removing, or editing crontabs. You'd only need to restart cron manually if you edited a crontab file manually.
--
Jeff Traigle
Patrick Wallek
Honored Contributor

Re: crontab -r question

No. The crontab commands automatically tell cron that a change has been made.
Matt Shaffer_1
Regular Advisor

Re: crontab -r question

My question was answered. THANK YOU