Linux Basics : Part07 : I/O Channels & Redirections

In the last post we saw the file operations, today we will different I/O channels in Linux. So basically Linux provides 3 I/O channels: 1. Standard Input [STDIN]: This is the channel via which a Linux OS accepts INPUT, by default it is the Keyboard. 2. Standard Output [STDOUT]: This is the channel on which … Read more

error: Content is protected !!