FG

Where is the STDOUT of a disowned program directed to?

Fresh3 days ago
Mar 15, 20267158 views
Confidence Score0%
0%

Problem

As followup of this question, I would like to know where the STDOUT and STDERR of a program on which I've run is redirected to.

Error Output

disown -h

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where is the STDOUT of a disowned program directed to?

Low Risk

does not change the programs STDOUT/ERR. They will still go to wherever you redirected them (using etc.). If you did not redirect them, they'll continue to go into the terminal you started the program from (until you close that terminal, in which ca…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment