728x90
Normal termination
- The main function's return statement
- Any function calling exit() library call
- Any function calling _exit() system call
Abnormal termination
- Calling abort() function
- Terminated by a signal
Process reosurce limits
ulimit = set the resource limits of th eshell (terminal).
Process Logical Address Space
728x90
'Operating System > System Programming(Arif Butt)' 카테고리의 다른 글
Lec10) Heap Behind the Curtain (0) | 2021.06.23 |
---|---|
Lec09) Stack Behind the Curtain (0) | 2021.06.22 |
Lec 6, 7) Versioning Systems git-1,2 (0) | 2021.06.15 |
Lec05) GNU autotools and cmake (0) | 2021.06.13 |
Lec04) UNIX make utility (0) | 2021.06.12 |