đŹđ§Dear all, is it possible you want to kill a Node.JS service with your linux machine, that is running on a specific port
Il est possible que vous voulez arrĂȘter un processus Node.JS sur un port prĂ©cis sur votre machine linuxđ«đ·
Here is the magic command to find and kill the Node.JS process
Voici la commande magique qui permet de trouver et arrĂȘter de processus avec son port
netstat -pluton

Then you should be able to find the process (PID) with the port associated
Vous devriez avec cette commande trouver le nom du processus (PID) avec le port associé
PORT 4000:

0 Comments