![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find the jobs running in background and stop | srinivas_paluku | Shell Programming and Scripting | 7 | 01-28-2008 04:41 PM |
| Start Stop Apache | MILLERJ62 | AIX | 2 | 12-27-2005 01:40 PM |
| Help: how to start/stop FTP server in solaris? | eddsos | SUN Solaris | 1 | 08-07-2005 10:32 AM |
| Stop/Start proftpd | Lomic | UNIX for Dummies Questions & Answers | 1 | 12-09-2004 05:38 AM |
| Start/Stop Script | jjv1 | UNIX for Dummies Questions & Answers | 2 | 12-16-2003 12:28 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to start/stop cron jobs on live server
Hi,
I am working with a company where some times i need to start/stop cron jobs on need basis. I have one option to kill cron daemon.Is it right? Please correct me. Waiting for your reply. Thanks in advance.. |
| Forum Sponsor | ||
|
|
|
|||
|
Restart cron.
Instead of killing the daemon and starting it. Use /etc/init.d/cron stop and /etc/init.d/cron start.
OR if you just wish to refresh the cron daemon to reread the entries give HUP signal to cron daemon. #kill -HUP PID #### (PID is for cron daemon) |
|||
| Google The UNIX and Linux Forums |