无法杀死nodejs进程

时间:2014-02-28 18:53:06

标签: linux

使用此命令找到在后台运行的nodejs进程:

ps aux | grep node

尝试使用

杀死进程
sudo kill $(ps aux | grep '[n]ode' | awk '{print $2}')

但它并没有杀死这个过程。

0 个答案:

没有答案