码迷,mamicode.com
首页 > 其他好文 > 详细

后台npm

时间:2019-01-14 21:31:06      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:net   文章   file   star   运行   ide   后台进程   当前目录   details   

后台进程运行
 

nohup
which nohup
.bash_profile中并source加载

如果没有就安装吧
yum provides */nohup

nohup npm start &
原程序的的标准输出被自动改向到当前目录下的nohup.out文件,起到了log的作用。

停止程序

ps -ef | grep npm
ps -ef | grep node
kill -9 10532
---------------------
作者:chenshiying007
来源:CSDN
原文:https://blog.csdn.net/qq_27384769/article/details/78849930
版权声明:本文为博主原创文章,转载请附上博文链接!

后台npm

标签:net   文章   file   star   运行   ide   后台进程   当前目录   details   

原文地址:https://www.cnblogs.com/Leechg/p/10268782.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!