Which of the following file descriptors displays text on the screen after the command has finished processing?
  1. stdin
  2. stderr
  3. stdscreen
  4. stdoutput
Explanation
Answer - B - Stderr is the file descriptor that displays text on the screen after the command has finished processing.

Key Takeaway: Linux has three streams opened when it starts up. They include one for input, one for output, and one for printing diagnostic or error messages. The input stream is referred to as standard input, the output stream is referred to as standard output, and the error stream is referred to as standard error.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz