background - "stopped" how to kill!

Russell Miller duskglow at gmail.com
Fri Jun 6 17:48:11 UTC 2014


On Jun 6, 2014, at 10:44 AM, bruce <badouglas at gmail.com> wrote:
> 
> My question, is how the heck can I implement something within the test
> foo.php to have it die/be removed from the procTBL when it dies..

If it's "stopped" that means it's not running, it's probably got an fd to the tty open
and is listening for input.  Not designed to run in the background.

"kill %1" might work to kill it.

--Russell


More information about the users mailing list