For my OS class I\'m supposed to implement Linux\'s cat using only system calls (no printf)
Reading this reference I found it being used to print to a file. I guess I sh
Write to the file descriptor for standard output or standard error (1 and 2 respectively).