Results 1 to 2 of 2
Hi,
I am pretty new to linux and I have a question about stdout. I want to write an application which gets or has access to the stdout/stderr of all ...
- 11-27-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 1
stdout question
Hi,
I am pretty new to linux and I have a question about stdout. I want to write an application which gets or has access to the stdout/stderr of all processes running at the moment. I know that I can redirect the stdout of a process on the shell at startup, but is it also possible to have access to the stdout of processes which are not child processes of mine? I am developing in C and I use Fedora 8.
- 11-27-2008 #2
No. Not even as root.
Unless you want to modify the kernel.--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote