Ubuntu: kill process manual

19 ส.ค. 2016

you can also kill it manually like this:

ps aux | grep node

Find the process ID (second from the left):

kill -9 PROCESS_ID

This may also work

killall node

Onyx

Just a middle-aged programmer, Can do many things but not the most.