Imagine that I have a program running in a VPS.
I want to close that VPS (maybe turn off the computer) but keep that program running.
I understand I can use "screen" to do so. But I'm unsure how the syntax works. Let's say that the program name is "sessions". How would I use screen to keep sessions operational even when I've exited from the VPS?
I have tried "screen sessions" but when I exit the program, I get "[screen is terminating]"
Thanks!
tmux
for the same tassk: https://askubuntu.com/a/1027879/566421 – pa4080 Dec 24 '19 at 23:48