CS208 Introduction to Computer Systems Friday, 3 November 2023 + execlp vs. execvp + What's a file? - Some bytes ("contents" of the file) on some storage medium - Some metadata - date/time created - date/time last modified - maybe the name? + The file descriptor table + Using dup2