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

前端 未结 20 1551
悲&欢浪女
悲&欢浪女 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条回答
  •  青春惊慌失措
    2020-11-22 06:57

    I would recommend using GNU Screen. It allows you to disconnect from the server while all of your processes continue to run. I don't know how I lived without it before I knew it existed.

提交回复
热议问题