Linux Kernel Concepts - joyocaowei/joyocaowei.github.io GitHub Wiki
Processes
It is important to distinguish programs from processes; several processes can execute the same program concurrently, while the same process can execute several programs sequentially.
Reference Books
- Understanding the Linux Kernel - 3E
- APUE - 3E
- Advanced linux programming