Input and Output (1.7)
File descriptor
a small non-negative integer used by kernel to identify a file
A shell opens 3 descriptors whenever a new program is run:
standard input (normally connected to terminal)
standard output
standard error
Re-direction:
ls >file.list
Previous slide
Next slide
Back to first slide
View graphic version