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. Link to comment https://forums.phpfreaks.com/topic/105521-solved-killing-processes-in-unix/ Share on other sites More sharing options...
neylitalo Posted May 14, 2008 Share Posted May 14, 2008 killall -9 processname Link to comment https://forums.phpfreaks.com/topic/105521-solved-killing-processes-in-unix/#findComment-540611 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.