Files: open/read/write/close# Files: open/read/write/close (Overview) O_RDONLY: Reading a File O_WRONLY: Writing A File (Which Must Exist) O_CREAT: Creating A File O_EXCL: Creating A File, But Failing If It Already Exists