Understanding Stdin, Stdout, and Stderr Streams in Linux
linuxtldr.com·12h
Flag this post

If you ever used vim, nano, or read commands, you were already using the stdin stream.

Or if you were listing the files and directories from your system using the ls command, you were using the stdout stream.

In case you misspelled your command or interpreted something wrong, you were using the stderr stream.

I mean to say that if you were interacting with a Linux terminal and performing any command execution or piping the two commands, you already had them in use.

Tutorial Details

DescriptionStdin, Stdout, and Stderr Streams
Difficulty LevelModerate
Root or [Sudo](https://linuxtldr.com/add-us…

Similar Posts

Loading similar posts...