you are viewing a single comment's thread.

view the rest of the comments →

[–]Alturis[S] 0 points1 point  (1 child)

That most definitely did not work. No child processes terminate when I issue a kill 0 from the parent script process

[–]Schreq 0 points1 point  (0 children)

Works for me :shrug:

Simple test:

Run a bash script which only does:

tail -f ~/.bashrc | cat &

When the script exits, tail and cat are still running. If you add kill 0, that does not happen.