The Linux Programming Interface: A Linux and UNIX System Programming Handbook

The Linux Programming Interface: A Linux and UNIX System Programming Handbook
ISBN-10
1593272200
ISBN-13
9781593272203
Category
Computers
Pages
1552
Language
English
Published
2010-10-01
Publisher
No Starch Press
Author
Michael Kerrisk

Description

The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs. You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to: –Read and write files efficiently –Use signals, clocks, and timers –Create processes and execute programs –Write secure programs –Write multithreaded programs using POSIX threads –Build and use shared libraries –Perform interprocess communication using pipes, message queues, shared memory, and semaphores –Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms. The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.

Other editions

Similar books

  • Advanced Linux Programming
    By Alex Samuel, CodeSourcery LLC, Mark L. Mitchell

    This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Advanced Linux Programming is divided into two parts.

  • Linux System Programming: Talking Directly to the Kernel and C Library
    By Robert Love

    Written primarily for engineers looking to program at the low level, this updated edition of Linux System Programming gives you an understanding of core internals that makes for better code, no matter where it appears in the stack.

  • Hands-On System Programming with Linux: Explore Linux system programming interfaces, theory, and practice
    By Kaiwan N Billimoria

    Troubleshooting tips and techniques are included in the concluding chapter. By the end of this book, you will have gained essential conceptual design knowledge and hands-on experience working with Linux system programming interfaces.

  • Beginning Linux Programming
    By Neil Matthew, Richard Stones

    Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces.

  • Beginning Linux?Programming
    By Neil Matthew, Richard Stones

    Cox. Every computer programmer has his own piles of notes and scribbles. They have their code examples saved from the past heroic dive into the manuals or from Usenet, where sometimes even fools fear to follow.

  • Advanced Programming in the UNIX Environment
    By W. Richard Stevens, Stephen A. Rago

    "This is the definitive reference book for any serious or professional UNIX systems programmer.

  • Programming with POSIX Threads
    By David R. Butenhof

    Here is a programmer's guide to using and programming POSIX threads, commonly known as Pthreads.

  • POSIX.4 Programmers Guide: Programming for the Real World
    By Bill Gallmeister

    Written in an informal, informative style, this authoritative guide goes way beyond the standard reference manual.

  • Understanding the Linux Virtual Memory Manager
    By Mel Gorman

    A programmer wanting to understand the workings of the Linux VM today literally has no choice but to study the kernel source code, line-by-line - an excruciatingly difficult and time-consuming...

  • Professional Linux Programming
    By Richard Blum, Jon Masters

    This book is broken into four primary sections addressing key topics that Linux programmers need to master: Linux nuts and bolts, the Linux kernel, the Linux desktop, and Linux for the Web Effective examples help get readers up to speed ...