With Ubuntu I use the following to kill an errant process. $ ps -efH | grep [process-name-regex] Get the pid from the result and use $ kill [pid] When working in windows I wanted an equivalent functionality in command line rather than going to task manager window to get the job done. This is what [...]
Posts Tagged ‘command line’
Kill Processes in Windows Using Command Line
Posted in Tips, tagged command line, Tips on April 10, 2010 | Leave a Comment »

