Standard Input, Output and Error Redirection | Tech Arkit

The basic work flow of any Linux command is that it takes an input and give an output.

The standard input (STDIN) device is the keyboard.
The standard output (STDOUT) device is the screen.
With redirection, the above standard input/output can be changed.