linux 文件编程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 文件编程相关的知识,希望对你有一定的参考价值。
int creat(const char *pathname, mode_t mode);
包含路径 创建模式
int open(const char *pathname, int flags);
int open(const char *pathname, int flags, mode_t mode);
打开属性
以上是关于linux 文件编程的主要内容,如果未能解决你的问题,请参考以下文章