LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Cron Question (https://www.linuxquestions.org/questions/linux-general-1/cron-question-3824/)

Stephanie 06-29-2001 02:08 PM

Cron Question
 
Does cron and anacron run by the system, or are they used only when the admin needs them. I am asking because these boot up automatically, but I dont run automatic jobs, so I can I shut them off?

:rolleyes:

Breezwell 06-29-2001 03:02 PM

You should be able to stop the cron daemon by editing one of the following:

/etc/rc.d/init.d/cron
/etc/rc3.d/cron
/etc/rc5.d/cron

Change the the capital S to a K in the link name associated with the cron daemon. Once you do this, the next time you boot cron (or any daemon for that matter with the K(kill) option) will not start at boot time.

Also try running this command from root console:

ksysv

This will give you graphical ability to start and stop daemons.
Should be some boot options you can set too.


Good luck


All times are GMT -5. The time now is 06:56 AM.