批量中止进程
文章目录
批量搜索并杀死目标进程
|
|
批量杀死同一个会话下的进程
|
|
杀死父进程与子进程
以SIGHUP信号杀死父进程后,子进程也会被杀死。
参考来源
https://leokongwq.github.io/2017/08/22/linux-kill-parent-and-child-process.html
https://blog.csdn.net/aaashen/article/details/50667533
https://juejin.im/post/6844903927989665806
http://morningcoffee.io/killing-a-process-and-all-of-its-descendants.html