Linux Essentials Manual > IO > Flashcards
channel 0
stdin
channel 1
stdout
channel 2
stderr
channel for stdin
0
channel for stdout
1
channel for stderr
2
>
redirect output
redirect input
> >
append output
> &
redirect one channel to another channel, ie 2>&1