Re: bash job control and signals

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Aug 29, 2012 at 10:00:47PM +0200, Theo Band wrote:
> and I cannot change this application. I want all processes that are
> children also to become suspended. I tried to add a trap, but that did
> not work.
> 
> Any idea how to make this work?

The magic phrase you're looking for is "process group".  When you press
control-Z a signal is sent to all the process in the process group, but
when you send a "kill" it's only sent to one process.

So
% ps -o pgrp $your_process

That'll tell you the process group.    Then you kill -STOP -pgrp
(note the negative ID sent to kill)

That'll send a signal to all processes in the group

-- 

rgds
Stephen
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux