
[function] access 함수 알아보기
·
프로그래밍/C
📌 매뉴얼 (Linux)더보기NAME access - check user's permissions for a file: 파일에 대한 사용자 권한 확인SYNOPSIS #include int access(const char *pathname, int mode);DESCRIPTION access() checks whether the calling process can access the file pathname. If pathname is a symbolic link, it is dereferenced. The mode specifies the accessibility check(s) to be performed, and is eith..