I am running a process that takes long time to finish on a remote server. The process gets killed when my ssh connection to the remote machine is dropped. Is there a way I can continue running the process even after my ssh connection drops?
Share
There is another similar question.
The answer provided there was to use the POSIX command nohup to ignore the ssh termination and allow the process to continue running.