Main BLOGGER
Google
WWW THIS BLOG
Wednesday, September 27, 2006
 
Kill Linux processes with the same parent PID

1. use pstree to get the tree
2. use ps -g <group id>
3. use ps -j to list group id
4. use ps | awk | xargs kill -9




<< Home

Powered by Blogger

Google
WWW THIS BLOG