Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 915 Bytes

File metadata and controls

21 lines (16 loc) · 915 Bytes

Linux-Project

Linux课程项目

目录

  • 第一次作业

    • 问答:什么叫符号连接与硬连接?试比较二者的异同
    • 试写一个程序实现ls以及ls -l的功能
    • 试写一个程序向文本中插入一段内容
  • 第二次作业

    • COW(Copy on Write)技术和在父进程地址空间里运行等效吗?
    • forkvfork的区别是?写一个程序去验证
    • 写一个程序去对比父子进程的阻塞和非阻塞等待,同时展示Memory Layout(内存空间分布)的变化
    • 写一个Shell..........(MD..)
  • 第三次作业

    • Write a program to handle the exception of divided by 0.
    • What problems are there for normal signal handling?