"운영 체계 일반"의 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
10번째 줄: | 10번째 줄: | ||
The fork call returns a value, which is zero in the child and equal to the child’s PID (Process IDentifier) | The fork call returns a value, which is zero in the child and equal to the child’s PID (Process IDentifier) | ||
in the parent. | in the parent. | ||
[[ 우분투에 Minix3설치 ]] |
2024년 3월 9일 (토) 23:44 기준 최신판
2nd Generation 3rd Generation
F. Brooks
Andrew S. Tanenbaum Mondern Operating Systems
The fork call returns a value, which is zero in the child and equal to the child’s PID (Process IDentifier)
in the parent.
우분투에 Minix3설치