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

Re: stopping and starting daemons...



ps aux  - will show all processes
ps auxw - will show all processes and wrap the lines around your screen.

killall httpd - will kill ALL httpd processes
/etc/rc.d/init.d/httpd start - will start it up 

I find that /etc/rc.d/init.d/httpd stop  - doesn't work at all, though it
may for you.


Dan

At 03:18 PM 4/28/1998 -0400, Paul Brady wrote:
>Hey All!
>
>I am pretty familiar with UNIX but cannot figure out how to kill and
>restart the httpd daemon....or any other daemon for that matter....
>
>I tried specifying the following:
>
>ps -a
>
>ps -ef
>
>(both to see what is available)
>
>And then I planned to use kill -9 pid
>
>But when I invoke ps -a or ps -ef, none of the running daemons show
>up....I'm confused...I could swear this is the way it used to work...
>
>How do I determine which daemons are running and how to stop and then
>restart them (if I want to restart em)???
>
>Thanks very much for your help.




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