Can’t find out where does a node.js app running and can’t kill it July 13, 2023 by Tarik List node process: $ ps -e|grep node Kill the process using $kill -9 XXXX Here XXXX is the process number