How to take a proccess from another session to your current.

Posted by Gnutt on Super User See other posts from Super User or by Gnutt
Published on 2010-04-14T09:57:42Z Indexed on 2010/04/14 10:03 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

I SSH'ed into my server and started a wget-download with an ampersand (&) at the end. Then my connection died.

When I SSH back, the process is running (i can see it via ps aux | grep wget). Is there any way to get the output of that WGET to appear at my current session?

© Super User or respective owner

Related posts about linux

Related posts about terminal