|Wystawione w kategorii:
Ten przedmiot sprzedał się w dniu So, 20 kwi o 19:27.
Masz taki przedmiot na sprzedaż?

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

Stan:
Dobry
Sprzedane za:
US $34,00
Około133,68 zł
Wysyłka:
US $6,00 (około 23,59 zł) Wysyłka ekonomiczna. Zobacz szczegółydla wysyłki
Znajduje się w: Eugene, Oregon, Stany Zjednoczone
Dostawa:
Szacowana między Śr, 12 cze a Pn, 17 cze do 43230
Czas dostawy jest szacowany naszą metodą na podstawie odległości między kupującym a lokalizacją przedmiotu, wybranej usługi wysyłkowej, historii wysyłek sprzedawcy i innych czynników. Czasy dostawy mogą się różnić, szczególnie w okresach największego ruchu.
Płatności:
     

Kupuj bez obaw

Gwarancja zwrotu pieniędzy eBay
Otrzymasz przedmiot, jaki zamawiasz, albo zwrot pieniędzy. 

Informacje o sprzedawcy

Zarejestrowany jako prywatny sprzedawca, więc prawa konsumenckie wynikające z przepisów UE o ochronie konsumentów nie obowiązują. W przypadku większości zakupów nadal obowiązuje Gwarancja zwrotu pieniędzy eBay.Dowiedz się więcejZarejestrowany jako prywatny sprzedawca
Sprzedawca ponosi pełną odpowiedzialność za wystawienie tej oferty sprzedaży.
Nr przedmiotu eBay: 285816475131

Parametry przedmiotu

Stan
Dobry: Książka, która była czytana, ale nadal jest w dobrym stanie. Na okładce widoczne są ...
ISBN
9781593272203
Subject Area
Computers
Publication Name
Linux Programming Interface : a Linux and Unix System Programming Handbook
Item Length
9.6 in
Publisher
No Starch Press, Incorporated
Subject
Operating Systems / Unix, Operating Systems / Linux, Operating Systems / General, Programming / Open Source
Publication Year
2010
Type
Textbook
Format
Hardcover
Language
English
Item Height
2.4 in
Author
Michael Kerrisk
Features
New Edition
Item Width
7.4 in
Item Weight
84.1 Oz
Number of Pages
1552 Pages

O tym produkcie

Product Information

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.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.

Product Identifiers

Publisher
No Starch Press, Incorporated
ISBN-10
1593272200
ISBN-13
9781593272203
eBay Product ID (ePID)
108964737

Product Key Features

Author
Michael Kerrisk
Publication Name
Linux Programming Interface : a Linux and Unix System Programming Handbook
Format
Hardcover
Language
English
Features
New Edition
Subject
Operating Systems / Unix, Operating Systems / Linux, Operating Systems / General, Programming / Open Source
Publication Year
2010
Type
Textbook
Subject Area
Computers
Number of Pages
1552 Pages

Dimensions

Item Length
9.6 in
Item Height
2.4 in
Item Width
7.4 in
Item Weight
84.1 Oz
Weight
82 Oz

Additional Product Features

LCCN
2010-001947
Intended Audience
Trade
Lc Classification Number
Qa76.76.O63
Publication Date
2010-10-01
Edition Description
New Edition
Table of Content
Preface Chapter 1: History and Standards Chapter 2: Fundamental Concepts Chapter 3: System Programming Concepts Chapter 4: File I/O: The Universal I/O Model Chapter 5: File I/O: Further Details Chapter 6: Processes Chapter 7: Memory Allocation Chapter 8: Users and Groups Chapter 9: Process Credentials Chapter 10: Time Chapter 11: System Limits and Options Chapter 12: System and Process Information Chapter 13: File I/O Buffering Chapter 14: File Systems Chapter 15: File Attributes Chapter 16: Extended Attributes Chapter 17: Access Control Lists Chapter 18: Directories and Links Chapter 19: Monitoring File Events Chapter 20: Signals: Fundamental Concepts Chapter 21: Signals: Signal Handlers Chapter 22: Signals: Advanced Features Chapter 23: Timers and Sleeping Chapter 24: Process Creation Chapter 25: Process Termination Chapter 26: Monitoring Child Processes Chapter 27: Program Execution Chapter 28: Process Creation and Program Execution in More Detail Chapter 29: Threads: Introduction Chapter 30: Threads: Thread Synchronization Chapter 31: Threads: Thread Safety and Per-Thread Storage Chapter 32: Threads: Thread Cancellation Chapter 33: Threads: Further Details Chapter 34: Process Groups, Sessions, and Job Control Chapter 35: Process Priorities and Scheduling Chapter 36: Process Resources Chapter 37: Daemons Chapter 38: Writing Secure Privileged Programs Chapter 39: Capabilities Chapter 40: Login Accounting Chapter 41: Fundamentals of Shared Libraries Chapter 42: Advanced Features of Shared Libraries Chapter 43: Interprocess Communication Overview Chapter 44: Pipes and FIFOs Chapter 45: Introduction to System V IPC Chapter 46: System V Message Queues Chapter 47: System V Semaphores Chapter 48: System V Shared Memory Chapter 49: Memory Mappings Chapter 50: Virtual Memory Operations Chapter 51: Introduction to POSIX IPC Chapter 52: POSIX Message Queues Chapter 53: POSIX Semaphores Chapter 54: POSIX Shared Memory Chapter 55: File Locking Chapter 56: Sockets: Introduction Chapter 57: Sockets: UNIX Domain Chapter 58: Sockets: Fundamentals of TCP/IP Networks Chapter 59: Sockets: Internet Domains Chapter 60: Sockets: Server Design Chapter 61: Sockets: Advanced Topics Chapter 62: Terminals Chapter 63: Alternative I/O Models Chapter 64: Pseudoterminals Appendix A: Tracing System Calls Appendix B: Parsing Command-Line Options Appendix C: Casting the NULL Pointer Appendix D: Kernel Configuration Appendix E: Further Sources of Information Appendix F: Solutions to Selected Exercises
Copyright Date
2010
Dewey Decimal
005.4/32
Dewey Edition
22
Illustrated
Yes

Opis przedmiotu podany przez sprzedawcę

sonderbooks

sonderbooks

100% opinii pozytywnych
Sprzedane przedmioty: 165
Zwykle odpowiada w ciągu 24 godzin

Oceny szczegółowe

Średnia z ostatnich 12 miesięcy

Dokładność opisu
4.8
Przystępny koszt wysyłki
4.8
Szybkość wysyłki
5.0
Komunikacja
5.0
Zarejestrowany jako prywatny sprzedawca
W związku z tym prawa konsumenckie wynikające z przepisów EU o ochronie konsumentów nie obowiązują. W przypadku większości zakupów nadal obowiązuje Ochrona kupujących eBay. Dowiedz się więcejDowiedz się więcej

Opinie sprzedawców (66)

a***o (67)- Opinie wystawione przez kupującego.
Ostatnie 6 miesięcy
Zakup potwierdzony
Arrived well-packaged and in advertised condition, thanks!
Zobacz wszystkie opinie