From owner-freebsd-stable Sat May 27 5:55:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id 367CF37B9F3 for ; Sat, 27 May 2000 05:55:50 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id IAA00919 for stable@freebsd.org; Sat, 27 May 2000 08:56:57 -0400 (EDT) (envelope-from rhh) Date: Sat, 27 May 2000 08:56:57 -0400 From: Randall Hopper To: stable@freebsd.org Subject: killall question Message-ID: <20000527085657.A901@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a script I run named "newroot". I want to kill it with killall. > ps -ax | grep newroot 842 1 rhh /bin/sh /home/rhh/bin/newroot 360 > killall newroot No processes matching ``newroot'' > killall -m newroot No processes matching ``newroot'' > killall -m '.*newroot.*' No processes matching ``.*newroot.*'' How? -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message