fchmodat专题

Linux chmod/fchmod/fchmodat 函数

文章目录 一、函数声明二、实例 一、函数声明 #include <sys/stat.h>int chmod(const char *pathname, mode_t mode);int fchmod(int fd, mode_t mode);#include <fcntl.h> /* Definition of AT_* constants */#in