Suchy Posted May 14, 2008 Share Posted May 14, 2008 In Fedora Linux, haw can I kill multiple processes with the same name in one shot? Currently I use Kill -9 1234 where 1234 is a pid. This is a pain in the a** to use when I have like 20 instances of the same process running. Quote Link to comment Share on other sites More sharing options...
neylitalo Posted May 14, 2008 Share Posted May 14, 2008 killall -9 processname Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.