[FreeBSD] Process Management, Multiprogramming and Scheduling
Part II: ProcessesChapter 4.1 Introduction to Process ManagementA process is a program in execution. (ํ๋ก์ธ์ค์ ์ ์. ์ ํํ๊ฒ ๋ฐ์ง์๋ฉด, ํ๋ก๊ทธ๋จ๊ณผ๋ ๊ตฌ๋ถ๋๋ค.)A process has an address space containing a mapping of its programโs object code and global variables. It also has a set of kernel resources that it can name and on which it can operate using system calls. These resources include its credentials, signal state, a..
2024.07.16