Google News
logo
Linux - Interview Questions
What do you understand about the standard streams?
Output and input in Linux OS are divided into three standard streams :

* Stdin (standard input)
* stdout(standard output)
* stderr (standard error)

Under Linux, these standard streams channel communication of output and input between programs and their environment.
Advertisement