openat 썸네일형 리스트형 [linux] openat / open 의 차이점 출처 : http://pinocc.tistory.com/140 [linux] openat / open 의 차이점 지금은 확실히 개념이 들어오진 않는다.일단 스크랩 후 좀 더 자새히... open SYNOPSIS #include #include #include int open(const char *pathname, int flags); int open(const char *pathname, int flags, mode_t mode); int creat(const char *pathname, mode_t mode); openatSYNOPSIS #include int openat(int dirfd, const char *pathname, int flags); int openat(int dirfd, const .. 더보기 이전 1 다음