chmod
원형
int chmod(const char *path, int amode)
헤더 파일
io.h
기능
파일 엑서스 모드를 변경한다. amode값에 따라 파일 엑서스를 허가/금지 시킨다.
S_WRITE
S_IREAD
SIWRITE | S_IREAD
원형
int chmod(const char *path, int amode)
헤더 파일
io.h
기능
파일 엑서스 모드를 변경한다. amode값에 따라 파일 엑서스를 허가/금지 시킨다.
S_WRITE
S_IREAD
SIWRITE | S_IREAD
'Native > C' 카테고리의 다른 글
[레퍼런스] close() (0) | 2013.10.02 |
---|---|
[레퍼런스] clock(); (0) | 2013.10.02 |
[레퍼런스] _chmod() (0) | 2013.10.02 |
[레퍼런스] chdir() (0) | 2013.10.02 |
[레퍼런스] ceil() (0) | 2013.10.02 |