C execv() output question
807578Dec 12 2008 — edited Dec 16 2008Hello,
I wrote a C program where I am forking a child. In the child I am using execv(). I want to capture the errors that are displayed at the terminal window when execv() fails.
thanks in advance for your help.