From owner-freebsd-questions Thu Jan 4 17:32:52 2001 From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 17:32:51 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from warrior-outbound.servers.plus.net (unknown [212.159.14.227]) by hub.freebsd.org (Postfix) with SMTP id 7EAA637B400 for ; Thu, 4 Jan 2001 17:32:50 -0800 (PST) Received: (qmail 15663 invoked from network); 5 Jan 2001 01:32:44 -0000 Received: from unknown (HELO cartman) (212.159.23.128) by warrior with SMTP; 5 Jan 2001 01:32:44 -0000 From: "Steven" To: "FreeBSD Questions" Subject: RE: Killing process Date: Fri, 5 Jan 2001 01:30:17 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Use the back quotes. Command should be > > kill -9 `cat /var/run/inetd.pid` you can also just do: killall inetd or any other process running in place of inetd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message