Date: Mon, 14 Jan 2002 11:35:13 -0600 From: Christopher Schulte <christopher@schulte.org> To: "Mike Meyer" <mwm-dated-1011461560.3014d7@mired.org>, Christopher Schulte <schulte+freebsd@nospam.schulte.org> Cc: "Mike Meyer" <mwm-dated-1011455737.3e0c77@mired.org>, Brian T.Schellenberger <bts@babbleon.org>, questions@freebsd.org Subject: Re: Restarting a service Message-ID: <5.1.0.14.0.20020114113247.037359a0@pop3s.schulte.org> In-Reply-To: <15427.5687.862569.111625@guru.mired.org> References: <5.1.0.14.0.20020114101809.04018490@pop3s.schulte.org> <71952277@toto.iv> <5.1.0.14.0.20020114101809.04018490@pop3s.schulte.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 11:32 AM 1/14/2002 -0600, Mike Meyer wrote: >If you're only going to name one process, why bother with >killall. Just use kill. At which point you're looking at the >difference between an lsof and a grep to find the process, and a ps >and grep with some visual inspection to find it. Of course. `kill` is the correct command. My typo. Correction appreciated. # kill -HUP PID > <mike >-- >Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ >Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. --chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20020114113247.037359a0>