Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    No. Not even as root.

    Unless you want to modify the kernel.
    --
    Bill

    Old age and treachery will overcome youth and skill.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...