[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "idled" the thing that wouldn't die



On Sat, 26 Dec 1998 19:46:27 -0500, Tom wrote:

>My current idea is to remark out the line which loads this thing at boot
>up.  I am not sure how to do that, or even which file I need to edit. 
>Any help is appreiciated.  Thanks

cd /etc/init.d
grep <daemon name> *

(IE, grep apache * will find all cases of apache)

>By the way, is it really necessary to reboot to turn of a daemon? 

ps auwx | grep <daemon-name>

    That will return the ps line for that daemon, then just kill or kill -9
it.

-- 
         Steve C. Lamb         | I'm your priest, I'm your shrink, I'm your
         ICQ: 5107343          | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------


Reply to: