exit.2
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 2 代码 · 共 34 行
2
34 行
.th EXIT II 8/5/73.sh NAMEexit \*- terminate process.s3.sh SYNOPSIS(exit = 1.).br(status in r0).br.ft Bsys exit.s3exit(status).brint status;.ft R.sh DESCRIPTION.it Exitis the normal means of terminating a process..it Exitcloses all the process's files and notifies the parent processif it is executing a.it wait.The low byte of r0(resp. the argument to\fIexit\fR)is available as status to the parent process..s3This call can never return..sh "SEE ALSO"wait (II).sh DIAGNOSTICSNone.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?