When I edit the crontab for some new periodic job, how can I restart the
cron?
Thanks a lot.
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
Speaking only for myself,
Joe Durusau