This section is an introduction to Unix and system programming. It will help you understand what components Unix operating systems have to offer, from the kernel API to the filesystem, and you will become familiar with system programming's basic concepts.
This section consists of the following chapters:
- Chapter 1, An Introduction to System Programming
- Chapter 2, Unix OS Components
- Chapter 3, An Overview of Go