L110: Linux System Administration I

The the bash shell uses the echo command to print text to the screen. echo “this is a short line” ... In most cases the stdin descriptor is the keyboard, and the two output descriptors, stdout and stderr, is the screen. A process and it’s 3 descriptors Numerical values for stdin, stderr and stdout stdin 0 stdout 1 stderr 2 stdout ... ................
................