Subject: killing off a process tree
From: "Erich Lin" <dmatrix00d gmail.com>
Date: Wed, 12 Jul 2006 06:50:05 +0900
Is there a command in ruby that when given the pid , it will terminate
all children processes of that pid including itself.
It seems that Process.kill(9, pid) only kills the parent and not the
children.
thanks