I wanted to know like where does the stderr dumps its content.
I have a question like whether it dumps to syslog?
Please explain.
I wanted to know like where does the stderr dumps its content. I have
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Stderr output is dumped whenever you decide to redirect it.
If you run a program in a GUI enviroment, by clicking on an icon or something, look for
.xsession-errorsin your$HOME.If you run a program from a shell and don’t redirect stderr, you just see it on your terminal (and it is not saved anywhere else).