Date: Sat, 27 May 2000 08:56:57 -0400 From: Randall Hopper <aa8vb@nc.rr.com> To: stable@freebsd.org Subject: killall question Message-ID: <20000527085657.A901@nc.rr.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000527085657.A901>
