File System API
File System API. Operating System Hebrew University Spring 2004. RTFM. Man pages Advanced Programming in the Unix Environment by Stevens. open. #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open(const char *pathname, int oflag, mode_t mode);.
330 views • 22 slides