Hello,
When I edit the crontab for some new periodic job, how can I restart the
cron?
Thanks a lot.
When I edit the crontab for some new periodic job, how can I restart the
cron?
Thanks a lot.
You need to use the crontab command rather than directly editing crontabQuote:>Hello,
>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
> When I edit the crontab for some new periodic job, how can I restart the
> cron?
> Thanks a lot.
I have modified a cron job on my sparc 20 running sunos 5.4.
I would like the system to begin running this new set of
instructions without rebooting. This was simple enough
with 4.1.3...I am unable to do it under 5.4, however.
Could anyone shed some light on this for me?
Also, whenever I want to quit the file manager (Solaris 2.4),
I get a dialog box asking me if I really want to quit it.
This is annoying. Is it a bug?
Thanks in advance.
Bob Mueller
Medical College of Wisconsin
2. Make RCS use different time zone
4. Can't get X-Configurator Working on Install
6. Advice: good symbolc debugger for Unix?
9. cron : How to refresh / restart
10. HTTPD does not live long under CRON restart
11. automaticall restart an executable (run as cron job) after the machine is down and then up
12. Cron job not restarting Apache
13. Using cron to shut down and restart the system?