1. yum provides */nohup

  2.  
  3. nohup npm start &

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

停止程序


 
  1. ps -ef | grep npm

  2. ps -ef | grep node

  3.  

--------------------- 本文来自 chenshiying007 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/qq_27384769/article/details/78849930?utm_source=copy

相关文章:

  • 2022-01-15
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-10-01
  • 2022-12-23
猜你喜欢
  • 2021-09-06
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2022-01-05
相关资源
相似解决方案