打开 函数open
包含三个头文件:
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
读写 write/read
光标定位 lseek
关闭 close
写入函数write
包含1个头文件:
#include <unistd.h>
读取函数read
包含1个头文件:
#include <unistd.h>
r:可读4
w:可写2
x:可执行1
3.ls -l 把所有文件清单列出
vimdiff a.c b.c 同时打开a.c b.c
读取的时候:1.要么重新定位光标2.要么重新打开