我需要在我的大学服务器上运行一个 java 程序。我通过 ssh 通过他们的服务器远程登录
所以我像这样使用 nohup:
nohup java -jar project.jar &
但是,当我注销并关闭终端然后重新登录服务器时,我的进程丢失/被终止。
nohup
nohup ×1