I have a Java process that I run. If I start the process via SSH and pass commands to it works fine, but if I then terminate the SSH session I lose “control” of the process. How can I regain “control” of that process? It’s still running.
I know the process ID. Is this possible or must I restart the process?
You probably want to start a screen.
Try typing
screenat the prompt. (Install the program if you don’t have it.)Example run:
next day
Type
man screenfor more information.