|
You can't with the current session, but in the future, ssh to the remote machine, run 'screen', then run your process inside of screen. use ctrl-a d to detach from screen and your process continues. to check on the process, ssh back to the machine and run 'screen -r' and you'll reattach to the process to check up on it.
|