1.

Name three standard streams in Linux.

Answer»

STANDARD streams are basically I/O (Input and OUTPUT) COMMUNICATION channels between a program and its environment in Linux. Input and output in the Linux environment are distributed ACROSS three standard streams. Three standard streams in Linux are as follows:

  1. Standard Input (stdin)
  2. Standard Output (stdout)
  3. Standard Error (STDERR)


Discussion

No Comment Found