How do I run a bash command completly in background and inderpendant of my session?
I have a script that prompts for a few values then runs a command using & at the end.
But I want to be able to close the ssh console, and the program continues. If I close the ssh console, then it stops the process.
I have a script that prompts for a few values then runs a command using & at the end.
But I want to be able to close the ssh console, and the program continues. If I close the ssh console, then it stops the process.