Signal all child processes of a parent.
Section: Batch Termination Patterns
Kill by parent PID
bash
bash
pkill -P 1234Explanation
Signal all child processes of a parent.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Batch Termination Patterns