-
yum provides */nohup
-
nohup npm start &
原程序的的標准輸出被自動改向到當前目錄下的nohup.out文件,起到了log的作用。
停止程序
-
ps -ef | grep npm
-
ps -ef | grep node
--------------------- 本文來自 chenshiying007 的CSDN 博客 ,全文地址請點擊:https://blog.csdn.net/qq_27384769/article/details/78849930?utm_source=copy