Kill multiple Linux processes one command Kill multiple Linux processes one command http://www.r71.nl/wp-content/themes/blade/images/empty/thumbnail.jpg 150 150 Roderick Derks Roderick Derks https://secure.gravatar.com/avatar/3959ba05a8e569b2d8ca79bdd57021e5?s=96&d=mm&r=g 02/22/2012 02/22/2012 ps ax | grep {PROCESSNAME} | grep -v grep kill -9 `ps ax | grep {PROCESSNAME} | grep -v grep|awk '{print $1}'`
Leave a Reply