A shared process document needs an exception path when the default rule is useful but does not safely cover urgent, regional, customer-specific, or permission-l…
# Process
> fork/exec/wait, 프로세스 생성·종료 흐름
## 학습 목표
- `fork()`로 자식 프로세스를 생성하는 방법을 이해한다
- `exec()` 계열 함수로 프로세스 이미지를 교체한다
- `wait()`으로 자식 프로세스의 종료를 처리한다
## 내용…