Skip to content

Commit 0bb1cac

Browse files
Update p1-process-overview.md
1 parent cb6f76a commit 0bb1cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lec7/p1-process-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,10 @@ Shell: Process 2 exited with code 0
395395

396396
- 创建时关闭所有在子进程里的文件描述符
397397
- ``CreateProcess(filename, CLOSE_FD)``
398+
- 避免冲突、保护资源
398399
- 创建时改变子进程的环境
399400
- ``CreateProcess(filename, CLOSE_FD, new_envp)``
401+
- 创建运行环境、隔离
400402

401403
---
402404

0 commit comments

Comments
 (0)