Skip to content

Files

Latest commit

Mar 14, 2020
327859d · Mar 14, 2020

History

History

shelllab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 14, 2020
Mar 14, 2020

首先,我们需要复习下CSAPP课堂中的全部代码,这样你做起shelllab才会比较顺利。

用了wait就会阻塞到前台程序结束,在这个实验中显然不可取:

while (pid == fg)

做不出来,直接抄了,呜呜呜T_T