tobegit3hub / understand_linux_process

The open-source ebook of Understand Linux Process
MIT License
1k stars 170 forks source link

Ambiguous description of "exit code/status" #33

Open ilcc opened 9 years ago

ilcc commented 9 years ago

File: /process_basic/exit_code.md (Line 4)

Original: 任何进程退出时,都会留下退出码,操作系统根据退出码可以知道进程是否正常运行。

Revise: 任何进程退出时,都会留下退出码,操作系统根据退出码可以知道进程是否正常结束/退出/终止