How to prevent a background process from being stopped after closing SSH client in Linux

前端 未结 20 1590
悲&欢浪女
悲&欢浪女 2020-11-22 06:16

I\'m working on a Linux machine through SSH (Putty). I need to leave a process running during the night, so I thought I could do that by starting the process in background (

20条回答
  •  萌比男神i
    2020-11-22 07:07

    Use screen. It is very simple to use and works like vnc for terminals. http://www.bangmoney.org/presentations/screen.html

提交回复
热议问题