坚定小熊猫

文章
3
资源
0
加入时间
3年0月9天

chmod、fchmod和fchmodat函数

chmod、fchmod和fchmodat,可更改现有文件的访问权限。#include<sys/stat.h>int chmod(const char *pathname, mode_t mode);int fchmod(const char *pathname, mode_t mode);int fchmodat(int fd, const char *pathname, mode_t mode, int flag);chmod在指定的文件上进行操作。fchmod对