当前位置:网站首页>After nohup NPM start &, close the shell window directly, and the process closes accordingly
After nohup NPM start &, close the shell window directly, and the process closes accordingly
2022-07-03 18:33:00 【-Abu-】
nohup npm start & And then it's shut down shell window , The process shuts down .
Refer to this blog :nohup After exiting the terminal, the program continues to run in the background _nsj820 The column -CSDN Blog _nohup Turn off the terminal
After executing the above command , Then enter any key to return to shell in , Use exit Command exit , Instead of closing the whole shell Program , It can ensure that the back-end of the program runs normally .
Pick up the key paragraph in the blog above :
When shell There's a hint in nohup After success , You also need to press any key on the keyboard on the terminal to return to shell Input command window , And then through the shell Input in exit To exit the terminal ; If in nohup After successful execution, click the close program button to close the terminal , At this time, the corresponding session, Lead to nohup The corresponding process is notified that it needs to work together shutdown, It can not play the role of calling the program to continue running in the background after closing the terminal .
边栏推荐
- Computer graduation design PHP campus address book telephone number inquiry system
- A. Odd Selection【BruteForce】
- The number of incremental paths in the grid graph [dfs reverse path + memory dfs]
- [combinatorics] exponential generating function (proving that the exponential generating function solves the arrangement of multiple sets)
- [combinatorics] generating function (positive integer splitting | basic model of positive integer splitting | disordered splitting with restrictions)
- 【统信UOS】扫描仪设备管理驱动安装
- Redis core technology and practice - learning notes (VI) how to achieve data consistency between master and slave Libraries
- How does GCN use large convolution instead of small convolution? (the explanation of the paper includes super detailed notes + Chinese English comparison + pictures)
- Win32: analyse du fichier dump pour la défaillance du tas
- Torch learning notes (2) -- 11 common operation modes of tensor
猜你喜欢
Opencv learning notes (continuously updated)
PHP MySQL preprocessing statement
Codeforces Round #803 (Div. 2) C. 3SUM Closure
Analysis of the reasons why enterprises build their own software development teams to use software manpower outsourcing services at the same time
On Data Mining
The second largest gay dating website in the world was exposed, and the status of programmers in 2022
NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
Bloom filter [proposed by bloom in 1970; redis cache penetration solution]
PHP MySQL inserts multiple pieces of data
Three gradient descent methods and code implementation
随机推荐
042. (2.11) do it when it's time to do it
Image 24 bit depth to 8 bit depth
English语法_形容词/副词3级 - 倍数表达
Summary and Reflection on the third week of winter vacation
多媒体NFT聚合平台OKALEIDO即将上线,全新的NFT时代或将来临
G1 garbage collector of garbage collector
Boost.Asio Library
Torch learning notes (1) -- 19 common ways to create tensor
[combinatorics] generating function (property summary | important generating function)*
PHP MySQL preprocessing statement
虚拟机和开发板互Ping问题
2022-2028 global aircraft head up display (HUD) industry research and trend analysis report
Golang string (string) and byte array ([]byte) are converted to each other
Torch learning notes (4) -- torch's dynamic calculation diagram
A. Berland Poker &1000【简单数学思维】
Introduction to PHP MySQL
Win32: dump file analysis of heap corruption
Real time split network (continuous update)
Line by line explanation of yolox source code of anchor free series network (6) -- mixup data enhancement
Prototype inheritance..