How to kill a nodejs process in Linux?

Source: https://stackoverflow.com/questions/31649267/how-to-kill-a-nodejs-process-in-linux

pkill is the easiest command line utility
pkill -f node
or
pkill -f nodejs
whatever name the process runs as for your os

Không có nhận xét nào:

Cold Turkey Blocker

 https://superuser.com/questions/1366153/how-to-get-rid-of-cold-turkey-website-blocker-get-around-the-block Very old question, but still wan...