Operating System Practice
文章平均质量分 88
Blue_Nocturne
这个作者很懒,什么都没留下…
展开
-
Project0(Get familiar with Linux) (Part 1)
Part 1 You need to write two shell scripts, both of them should be executable in a Linux shell. s1.sh: % ./s1.sh foo The script first builds a new directory foo in the current directory (the原创 2015-09-09 12:48:12 · 1159 阅读 · 0 评论 -
Project0(Get familiar with Linux) (Part 2)
Part 2 You need to compile/run a C program set_operation.c. The program contains several simple bugs, and you are going to detect and correct them using the gdb debugger. Here are some details of原创 2015-09-17 21:16:58 · 966 阅读 · 0 评论 -
Project1(Sorting)
Project 1: Sorting Overview You will write a simple sorting program. This program should be invoked as follows: % ./fastsort inputfile outputfile The above line means the users typed in the name原创 2015-09-17 21:11:07 · 1376 阅读 · 0 评论