Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Q]restart cron

0 views
Skip to first unread message

HyoungJoon Park

unread,
Jan 22, 1999, 3:00:00 AM1/22/99
to
Hello,

When I edit the crontab for some new periodic job, how can I restart the
cron?

Thanks a lot.


Rob Mason

unread,
Jan 22, 1999, 3:00:00 AM1/22/99
to
In article <36A84D5B...@telecom.samsung.co.kr>, HyoungJoon Park
<par...@telecom.samsung.co.kr> writes
You need to use the crontab command rather than directly editing crontab
files

crontab -l > myfile.cron

edit myfile.cron

crontab <myfile.cron

now cron will know the crontab file has changed and re-read it
--
Rob Mason

Joe Durusau

unread,
Jan 22, 1999, 3:00:00 AM1/22/99
to
At least on Solaris, the man page for crontab recommends using
crontab -e to change or add periodic jobs. That way, you don't have to do
anything. If you can't do it this way, try sending a SIGHUP to the cron
process.

Speaking only for myself,

Joe Durusau

0 new messages