Standard Streams in Linux
Streams in computing mean that they are just used to transfer data.
Linux by default has 3 Standard Streams. below are their names and the codes assigned to them
STDIN / Standard Input -> 0
STDOUT/ Standard Output -> 1
STDERR / Standard Error -> 2
...
amritvkhantwaal.hashnode.dev2 min read
Apoorv Goyal
Web Developer | College Dropout | Building Virtual Tech School | YouTuber | Startup Enthusiast
Nice blog, and nice diagram! :)