Linux Application Development By Example
Download Linux Application Development By Example PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Linux Application Development By Example book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Linux Application Development by Example
Author: Arnold Robbins
language: en
Publisher: Addison-Wesley Professional
Release Date: 2025-11-21
Unlock the secrets of Linux system programming and take your coding skills to the next level Do you use Linux, but not really understand it? Have you ever wondered how ls -l knows everything it does? Could you explain to a coworker why ls and find can be external commands but cd and umask must be built into the shell? The answers to these questions, and more, are in Linux Application Development by Example, Second Edition! This book tells you exactly what you need to know--no more and no less--about the fundamental Linux system programming APIs. Following the latest POSIX standard, author Arnold Robbins explains how the basic file, process, IPC and networking APIs work. When possible, he demonstrates the use of the APIs with code drawn from real programs (V7 Unix, BSD Unix, and GNU), and when that's not possible, he provides small, clearly documented and annotated, standalone example programs of his own. All code presented in the book is available for download, so you can compile, run, and modify the programs yourself. Robbins focuses on both high-level principles and "under the hood" techniques. Along the way, he carefully addresses real-world issues like performance, portability, and robustness. Each chapter closes with exercises, ranging from coding problems to thought experiments, to help you cement your understanding of the material covered, and all chapters have been thoroughly revised and updated for this edition, along with two chapters new in this edition. Memory management File I/O File metadata Processes, Users and groups Sorting and searching Argument parsing Extended interfaces Signals Internationalization Basic Networking Debugging And more! Just learning to program? Switching from Windows or macOS? Already developing with Linux but interested in exploring the system call interface further? No matter which, quickly and directly, this book will help you master the fundamentals needed to build serious Linux software. "It's rare that I read a programming book and find myself enjoying it. I enjoyed going through this manuscript, to the point where I would be surprised that a couple hours would go by while I was absorbed in the topics.... It deserves to sit on my shelf alongside other classics." --Matthew Helmke, Linux author and consultant With a Foreword by Chet Ramey, maintainer of the Bash shell Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Linux Application Development
Author: Michael K. Johnson
language: en
Publisher: Addison-Wesley Professional
Release Date: 2005
Linux Application Development, Second Edition, is the definitive reference for Linux programmers at all levels of experience, including C programmers moving from other operating systems. Building on their widely praised first edition, leading Linux programmers Michael Johnson and Erik Troan systematically present the key APIs and techniques you need to create robust, secure, efficient software or to port existing code to Linux. Linux Application Development is divided into four parts. Part 1 introduces you to Linux(the operating system, licenses, and documentation. Part 2 covers the most important aspects of the development environment(the compilers, linker, loader, and debugging tools. Part 3-the heart of the book-describes the interface to the kernel and to the core system libraries, including discussion of the process model, file handling, directory operations, signal processing (including the Linux signal API), job control, the POSIX(termios interface, sockets, and the Linux console. Part 4 describes important development libraries with interfaces more independent of the kernel. The source code from the book is freely available at http://www.awl.com/cseng/books/lad.
Linux Applications Development by Example
Author: Arnold Robbins
language: en
Publisher: Addison-Wesley Professional
Release Date: 2025-12
Unlock the Secrets of Linux System Programming and Take Your Coding Skills to the Next Level Do you use Linux, but not really understand it? Have you ever wondered how `ls -l' knows everything it does? Could you explain to a coworker why `ls' and `find' can be external commands but `cd' and `umask' must be built into the shell? The answers to these questions, and more, are in Linux Application Programming by Example, Second Edition. Purposely avoiding Too Much Information (TMI) this book tells you exactly what you need to know--no more and no less--about the fundamental Linux system programming APIs. Following the latest POSIX standard, author Arnold Robbins explains how the basic file, process, IPC and networking APIs work. Wherever possible, he demonstrates the use of the APIs with code drawn from real programs (V7 Unix, BSD Unix, and GNU). When not possible, the author provides small, clearly documented and annotated, standalone example programs of his own. The author focuses on both high-level principles and "under the hood" techniques. Along the way, he carefully addresses real-world issues like performance, portability, and robustness. Each chapter closes with exercises, ranging from coding problems to thought experiments, to help you cement your understanding of the material covered. And each chapter has been thoroughly revised and updated for this edition, and two completely new chapters have been added. All of the code presented in the book is available for download from GitHub, so that you can compile, run, and modify the programs yourself. Coverage includes: Memory management File I/O File metadata Processes, Users and groups Sorting and searching Argument parsing Extended interfaces Signals Internationalization Basic Networking Debugging And more! . . . Just learning to program? Switching from Windows or macOS? Already developing with Linux but interested in exploring the system call interface further? No matter which, quickly and directly, this book will help you master the fundamentals needed to build serious Linux software. If you're ready to leave the cocoon of high-level language programming and get closer to the metal, this book is for you!