Contents / Previous / Next


Standard IO

stdin , stdout , stderr: Standard streams of every process.

stdin : Standard input, default is the keyboard.

stdout : Standard output, default is the terminal.

stderr : Standard error, default is the terminal.


These defaults can be replaces by files, devices or other processes.