• 大小: 540KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: linux综  linux实验  

资源简介

桂林电子科技大学linux综合实验报告+源码

资源截图

代码片段和文件信息

#include“client.h“
int main()
{
   int serv_fd;
   char data[20];
   pid_t cli_pid;
   
   serv_fd = open(SERVER_FIFO_NAMEO_WRONLY);
   if(serv_fd==-1){
   fprintf(stderr“sorry no server\n“);
   }
   
   cli_pid = getpid();
   sprintf(data“hello from %d“cli_pid);
   write(serv_fd&data20);
   sleep(1);
   
   close(serv_fd);
   exit(0);


}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        349  2018-12-29 17:34  综合实验\exp9\client.c

     文件        208  2018-12-29 17:17  综合实验\exp9\client.h

     文件         65  2018-12-31 17:22  综合实验\exp9\course.txt

     文件        126  2018-12-31 17:54  综合实验\exp9\grade.txt

     文件       7415  2018-12-29 20:23  综合实验\exp9\server

     文件        487  2018-12-29 20:26  综合实验\exp9\server.c

     文件       9849  2019-01-01 13:16  综合实验\exp9\ssh.sh

     文件         49  2019-01-05 16:31  综合实验\exp9\student.txt

     文件     167996  2018-09-22 21:41  综合实验\Linux应用实践指导书(学生版本)20180918.docx

     文件     416776  2019-01-05 16:56  综合实验\综合实验.docx

     目录          0  2019-03-07 11:25  综合实验\exp9

     目录          0  2019-03-07 11:25  综合实验

----------- ---------  ---------- -----  ----

               603320                    12


评论

共有 条评论