Redirection in unix-like OSs
When we run a process, a table named the file description table gets assigned to it. The table describes the relevant file contents to the process. If the process wants to read a file or write to a file (relevant file), that file gets assigned a nume...
justmyahia.hashnode.dev3 min read