From owner-freebsd-hackers Thu May 22 01:20:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA09010 for hackers-outgoing; Thu, 22 May 1997 01:20:53 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09002 for ; Thu, 22 May 1997 01:20:48 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id SAA27536; Thu, 22 May 1997 18:20:36 +1000 (EST) Date: Thu, 22 May 1997 18:20:35 +1000 (EST) From: "Daniel O'Callaghan" To: Brian Somers cc: hackers@FreeBSD.ORG Subject: Re: process monitoring tool (like SysV init)? In-Reply-To: <199705220739.IAA07095@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 22 May 1997, Brian Somers wrote: > That reminds me. Is anyone interested in a "pkill" command ? It's > a shell script (attached 'cos it's not too big) that kills processes > by name - so you can say "pkill -HUP named" for example. Try man killall(1). Danny