04 2020 档案

操作系统第4次实验报告:文件系统
摘要:林伟强 201821121010 计算1811 1. 编写程序 在服务器上用Vim编写一个程序:实现Linux系统命令ls -lai的功能,给出源代码。 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<unistd.h 阅读全文

posted @ 2020-04-29 22:13 咻咻ll 阅读(482) 评论(0) 推荐(0)

操作系统第3次实验报告:管道
摘要:林伟强 201821121010 计算1811 1. 编写程序 fifo_read.c 1 #include<stdio.h> 2 #include <sys/stat.h> 3 #include <sys/types.h> 4 #include <stdlib.h> 5 #include <fcn 阅读全文

posted @ 2020-04-17 19:17 咻咻ll 阅读(182) 评论(0) 推荐(0)

操作系统第2次实验报告:创建进程
摘要:个人信息 姓名:林伟强 学号:201821121010 班级:计算1811 一、实验目的 熟练Linux创建进程fork操作。 二、实验内容 在服务器上用VIM编写一个程序:一个进程创建两个子进程。 查看进程树 查看进程相关信息 三、实验报告 1. 编写程序 2. 打印进程树 程序运行结果: (开启 阅读全文

posted @ 2020-04-02 21:21 咻咻ll 阅读(191) 评论(0) 推荐(0)