Linux指令文件操作1.创建文件
int open(const char &pathname,int flags,mode_t mode);
/*
#include <sys/types.h>
#
2021-07-01