adspace


What is standard unix streams ?

Answer Posted / Priya Bharti

Standard Unix streams are three predefined file descriptors (0, 1, and 2) that represent the standard input (stdin), standard output (stdout), and standard error (stderr) respectively. They allow data to flow between programs.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988