restart cron

restart cron

Post by HyoungJoon Par » Sat, 23 Jan 1999 04:00:00



Hello,

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

Thanks a lot.

 
 
 

restart cron

Post by Rob Maso » Sat, 23 Jan 1999 04:00:00




Quote:>Hello,

>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 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

 
 
 

restart cron

Post by Joe Durusa » Sat, 23 Jan 1999 04:00:00


    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


> Hello,

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

> Thanks a lot.

 
 
 

1. restarting cron?

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

3. Restarting Cron

4. Can't get X-Configurator Working on Install

5. how do you restart cron ?

6. Advice: good symbolc debugger for Unix?

7. Weird CRON restart

8. Telnet problem

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?