If I log out of a linux ssh shell, is there any way to jump back into a process that was running?
- by user36770
Okay, kind of a weird question but let's say I'm running a long-running batch script in a terminal window and I close that terminal window.
Is it possible, in any way, to ssh back into that server and run a command that pops you back into that process, so you can see it running again?
This is on linux (Redhat).
Thanks