Linux學習筆記6——access函數

調用open函數時,是以有效用戶而不是實際用戶的身份去驗證進程對要打開的文件的讀寫權限。可是有時候咱們想知道的是實際用戶而非有效用戶對某一文件的權限,此時就要用到access函數。函數   #include<unistd.h> int access(const char* pathname, int mode); int faccessat(int fd, const char* pathname
相關文章
相關標籤/搜索