Files
system-programming/README.md
Fabio Scotto di Santolo b1b9b80bc4 Update README.md
2025-07-01 11:01:02 +02:00

19 lines
669 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 📚 Linux System Programming Chapter Index
Welcome! This is a collection of chapter summaries from the book **Linux System Programming** by Robert Love. Each chapter is organized in its own folder.
## Available Chapters
- [Chapter 1 Introduction and Core Concepts](chp1/README.md)
- [Chapter 2 File I/O](chp2/README.md)
- [Chapter 3 Buffered I/O](chp3/README.md)
- [Chapter 4 Advanced File I/O](chp4/README.md)
- [Chapter 5 - Process Management](chp5/README.md)
- [Exercises](exercises/README.md)
> Each file contains an English summary of the chapter's key concepts.
## License
This project is licensed under the [MIT License](./LICENSE).