用户工具

站点工具


程序应用:screen:后台运行

putty ssh 断开后 后台程序继续运行 和 前台管理 使用screen

apt-get install screen

运行 screen,然后运行 你想要运行的程序

按 ctrl+a, d 暂时断开screen

退出putty 重新连接

screen -ls  查看刚才程序进程号 
screen -r 进程号 重新回来
程序应用/screen/后台运行.txt · 最后更改: 2023/06/13 05:25 由 127.0.0.1