Learn Linux Quickly by Ahmed AlKabary

Learn Linux Quickly by Ahmed AlKabary

Author:Ahmed AlKabary [Ahmed AlKabary]
Language: eng
Format: epub
Tags: COM088010 - COMPUTERS / System Administration / Linux and UNIX Administration, COM043060 - COMPUTERS / Networking / Vendor Specific, COM019000 - COMPUTERS / System Administration / Disaster and Recovery
Publisher: Packt publishing
Published: 2020-08-21T07:22:56+00:00


Input and output redirection

In this section, you will get to learn one of the coolest Linux features, which is I/O (input/output) redirection. Most Linux commands work with three different streams of data:

Standard input (also referred to as stdin)

Standard output (also referred to as stdout)

Standard error (also referred to as stderr)

Most of the commands we have discussed so far produce some output. This output is sent to a special file called standard output (also referred to as stdout). By default, the standard output file is linked to the terminal, and that's why every time you run a command, you see the output on your terminal. Also, sometimes commands will produce error messages. These error messages are sent to another special file called standard error (also referred to as stderr), and it's also linked to the terminal by default.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.