chmod()函数和fchmod()函数,open()函数和creat()函数,close()函数,umask命令
1.chmod 函数和fchmod函数 chmod和fchmod函数包含在头文件<sys/types.h>和中 原型;int chmod(const char *path,mode_t mode); int fchmod(int fildes,mode_t mode); 区别:chmod函数...
Free Open Share