LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Is there a way to show the output of background process? (https://www.linuxquestions.org/questions/linux-general-1/is-there-a-way-to-show-the-output-of-background-process-557116/)

nadavvin 05-27-2007 10:35 PM

Is there a way to show the output of background process?
 
If I run command in screen and close the console and open it again, Can I bring back the output of the command?

alunduil 05-27-2007 11:21 PM

If you are using screen you simply:
Code:

screen -r
I'm assuming you only have one screen of course, and I hope it helps.

Regards,

Alunduil


All times are GMT -5. The time now is 04:52 AM.