The book "Understanding Linux: The Kernel Perspective" is a guided, practical exploration of how the kernel operates-without getting lost in the weeds of full-scale kernel development. The Linux kernel is highly efficient but deliberately hidden from casual users, making it easy to overlook. We focus on what matters most for conceptual clarity and practical insight. We start by introducing the Linux kernel and its source code, showing how it fits between user-space applications and hardware. You'll learn how to build and ...
Read More
The book "Understanding Linux: The Kernel Perspective" is a guided, practical exploration of how the kernel operates-without getting lost in the weeds of full-scale kernel development. The Linux kernel is highly efficient but deliberately hidden from casual users, making it easy to overlook. We focus on what matters most for conceptual clarity and practical insight. We start by introducing the Linux kernel and its source code, showing how it fits between user-space applications and hardware. You'll learn how to build and insert loadable kernel modules-small, self-contained units of kernel code-into a running system. These modules are central to a series of hands-on Kernel Exercises that reveal how core kernel features work in practice. Chapters cover the topics such as: Processes - including how the kernel starts user space, what ELF binaries are, and how processes are tracked through kernel data structures. System calls - how user programs invoke kernel services, with examples like execve() and fork() . Memory - including virtual memory, memory mappings, and the kernel's view of memory layout. Filesystems - covering inodes, mounting, pseudo-filesystems like procfs , and interaction with block devices. Networking - examining how the kernel handles packets, protocols, and connection tracking via the Netfilter framework. Example Kernel Exercises include printing the process tree, analysing ELF headers, listing virtual memory areas (VMAs), creating custom procfs entries, and inspecting TCP/UDP network packets. If you're an intermediate Linux user aiming to become an expert with a deep understanding of how Linux works, this book is for you. While the book follows a logical progression, each section is self-contained and can be read independently, making it easy to jump to topics of interest without prior chapters.
Read Less
Add this copy of Understanding Linux: The Kernel Perspective to cart. $40.25, new condition, Sold by Ingram Customer Returns Center rated 5.0 out of 5 stars, ships from NV, USA, published 2025 by Independently Published.