操作系統作業一

網上答案是錯的,把老師發的答案貼上來,說不定能方便學弟學妹。 1.在Linux系統中運行下面程序: int main() { fork(); printf(「hello1\n」); fork(); printf(「hello2\n」); fork(); printf(「hello3\n」); return 0; } 問: (1)最多可產生多少個進程?畫出進程家族樹。 8個進程 (2)其中hello
相關文章
相關標籤/搜索