nps后台运行

By | 2025-02-08

1.启动程序命令:
app/nps/nps
2.按 Ctrl + Z 将程序暂停并转到后台
3.运行 bg 命令将程序恢复为后台运行命令
bg
4.使用 disown 将进程从当前 shell 会话中移除
disown