Added README for extra arguments

This commit is contained in:
Fabio Scotto di Santolo
2025-08-22 16:33:15 +02:00
parent 538cb4559e
commit 2abf6dc82f
2 changed files with 104 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# 📚 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.
In the section extra there are other arguments take by ***Advanced Programming in the UNIX Enviroment*** by W. Richard Stevens.
## Available Chapters
@@ -15,6 +16,10 @@ Welcome! This is a collection of chapter summaries from the book **Linux System
- [Chapter 10 - Signals](10_Signals/README.md)
- [Exercises](exercises/README.md)
## Extra (APUE)
- [Chapter 16 - Network IPC: Sockets](16_NetworkIPCSockets/README.md)
> Each file contains an English summary of the chapter's key concepts.
## License