Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 15:50:15 -0800
From:      "Drew Tomlinson" <drew@mykitchentable.net>
To:        <questions@freebsd.org>
Subject:   Kill Group of Processes
Message-ID:  <009501c1989f$38af7750$c42a6ba5@lc.ca.gov>

next in thread | raw e-mail | index | archive | help
I know I could do this one by one but I'd like to take the opportunity
to learn to use the operating system as intended.  My shell is tcsh and
I want to kill all of the processes as shown in this output:

blacksheep# ps -acux | grep cvsup
root         20162  0.0  3.4  4680 1540  ??  I    18Dec01   0:05.54
cvsup
[many others just like it snipped]

What combination of commands can I use to extract the PID and pipe it to
kill?

Thanks,

Drew


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?009501c1989f$38af7750$c42a6ba5>