diff --git a/src/data/roadmaps/linux/content/stdout--stdin--stderr@t3fxSgCgtxuMtHjclPHA6.md b/src/data/roadmaps/linux/content/stdout--stdin--stderr@t3fxSgCgtxuMtHjclPHA6.md index efee30685..0f977c452 100644 --- a/src/data/roadmaps/linux/content/stdout--stdin--stderr@t3fxSgCgtxuMtHjclPHA6.md +++ b/src/data/roadmaps/linux/content/stdout--stdin--stderr@t3fxSgCgtxuMtHjclPHA6.md @@ -1,4 +1,4 @@ -# Stdout, Stdin, and Stderr +# Data Streams: Stdout, Stdin, and Stderr Linux processes use three standard data streams: STDIN (input), STDOUT (output), and STDERR (error messages). STDOUT handles normal command output while STDERR specifically handles error messages. You can redirect these streams using operators like `>` for stdout and `2>` for stderr, allowing separate handling of normal output and errors for better scripting and debugging. @@ -6,4 +6,4 @@ Learn more from the following resources: - [@article@Linux Fundamentals - I/O, Standard Streams, and Redirection](https://www.putorius.net/linux-io-file-descriptors-and-redirection.html) - [@article@Understanding 'stdin', 'stdout' and 'stderr' in Linux](https://www.slingacademy.com/article/understanding-stdin-stdout-and-stderr-in-linux/) -- [@article@Working with data streams on the Linux command line](https://opensource.com/article/18/10/linux-data-streams) \ No newline at end of file +- [@article@Working with data streams on the Linux command line](https://opensource.com/article/18/10/linux-data-streams)