摘要: remove-指定创建和删除文件 remove /* Linux API:getotp\open\mkdir\rmdir function:选择参数实现创建对应文件和删除功能 */ #include <stdlib.h> #include <fcntl.h> #include <unistd.h> 阅读全文
posted @ 2022-10-31 22:11 starc的miao 阅读(54) 评论(0) 推荐(0)
摘要: 第一版 /* Linux API: 实现 ls command */ #include <sys/types.h> #include <dirent.h> #include <unistd.h> #include <stdio.h> int main(int argc , char* argv[]) 阅读全文
posted @ 2022-10-31 20:58 starc的miao 阅读(34) 评论(0) 推荐(0)
摘要: 镜像地址 http://man.linuxde.net/download/CentOS http://mirrors.btte.net/centos/7/isos/x86_64/ http://mirrors.cn99.com/centos/7/isos/x86_64/ http://mirrors 阅读全文
posted @ 2022-10-31 10:55 starc的miao 阅读(228) 评论(0) 推荐(0)