首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
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
阅读更多...