Possible Duplicate:
Linux process to background - relogin - how to bring process back to foreground?
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