简体   繁体   中英

Linux process automatically starts again with new new PID after killing

I wanna stop Node server on linux but when I try to stop it, It automatically starts with new PID how can I stop this completely. Here you can see I tried to stop Nginx and Node.

显示节点进程在多次尝试后未终止的图像

How can I check if it is a linux zombie process? If yes then How can I kill it? otherwise

I have tried tried these commands.

kill pid
Kill -9 pid
killall node <<command not working

This was spawn by it's parent process, I search out parent process after killing that this stop as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM