I connected a machine via ssh and ran a programme. It took too long to run the programme and I have to turn off my local machine. How can I run the programme background even close the ssh connection?
I am running the code but if I rerun the code, it took a lot of the time, if I close the ssh, the program will be closed, so there are there any method to make the running program still running background even I close the ssh connection.