Saved Bookmarks
| 1. |
Explain About Stdin, Stdout And Stderr? |
|
Answer» These are known as standard INPUT, output and error. These are categorized as 0, 1 and 2. Each of these functions has a particular role and should accordingly functions for efficient output. Any MISMATCH among these three COULD result in a major failure of the shell. These are known as standard input, output and error. These are categorized as 0, 1 and 2. Each of these functions has a particular role and should accordingly functions for efficient output. Any mismatch among these three could result in a major failure of the shell. |
|