0

Using linux command :

ps -e|grep node

I'm getting a list of all running node.js processes. To kill one of them I need to execute

sudo kill -9 <processID>

Is there any way to kill all node.js processes?

p7adams
  • 622
  • 1
  • 9
  • 24

0 Answers0