Part 2: Interaction with the OS
In this part, we will delve into system-level programming concepts using Go. You will explore inter-process communication (IPC) mechanisms, system event handling, file operations, and Unix sockets. This section provides practical examples and detailed explanations to equip you with the knowledge and skills to build robust and efficient system-level applications.
This part has the following chapters:
- Chapter 3, Understanding System Calls
- Chapter 4, File and Directories operations
- Chapter 5, Working with System Events
- Chapter 6, Understanding Pipes in Inter-Process Communication
- Chapter 7, Unix Sockets