Linux课程项目
-
- 问答:什么叫符号连接与硬连接?试比较二者的异同
- 试写一个程序实现
ls以及ls -l的功能 - 试写一个程序向文本中插入一段内容
-
- COW(Copy on Write)技术和在父进程地址空间里运行等效吗?
fork和vfork的区别是?写一个程序去验证- 写一个程序去对比父子进程的阻塞和非阻塞等待,同时展示Memory Layout(内存空间分布)的变化
- 写一个Shell..........(MD..)
-
- Write a program to handle the exception of divided by 0.
- What problems are there for normal signal handling?