Tagged Questions
3
votes
2answers
472 views
Process descendants
I'm trying to build a process container. The container will trigger other programs. For example - a bash script that launches running background tasks with '&' usage.
The important feature I'm ...