[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to kill all children oa script
From: |
Eduardo A . Bustamante López |
Subject: |
Re: [Help-bash] How to kill all children oa script |
Date: |
Fri, 13 Mar 2015 03:36:39 -0600 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hey Dan!
Yeah, I didn't know much about process groups honestly. I guess it's time to
read more about them.
> Probably the only real reliable way to keep track of all descendents of a
> process on Linux is to run the parent in a cgroup. Then you can search for all
> members of a group and signal them.
I wonder if there's a POSIX way of doing something similar.
> My main reason for wanting to do this is testing. If that's your situation you
> might prefer something like firejail or mbox. I like pflask personally.
> https://github.com/ghedo/pflask
Thanks! I'm reading pflask's docs, and it looks awesome.