Offer
摘要: Linux 文件管理: 实现COW(copy_on_write:也就是windows下所谓的复制、粘贴): 1 #include <sys/types.h> 2 #include <sys/stat.h> 3 #include <fcntl.h> 4 #include <unistd.h> 5 6 阅读全文
posted @ 2018-11-23 16:39 Empirefree 阅读(303) 评论(0) 推荐(0) 编辑