Seller: HPB-Red, Dallas, TX, U.S.A.
Hardcover. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Seller: Bay State Book Company, North Smithfield, RI, U.S.A.
Condition: good. The book is in good condition with all pages and cover intact, including the dust jacket if originally issued. The spine may show light wear. Pages may contain some notes or highlighting, and there might be a "From the library of" label. Boxed set packaging, shrink wrap, or included media like CDs may be missing.
Seller: thebookforest.com, San Rafael, CA, U.S.A.
Condition: New. New.
Seller: -OnTimeBooks-, Phoenix, AZ, U.S.A.
Condition: very_good. Gently read. May have name of previous ownership, or ex-library edition. Binding tight; spine straight and smooth, with no creasing; covers clean and crisp. Minimal signs of handling or shelving. 100% GUARANTEE! Shipped with delivery confirmation, if you're not satisfied with purchase please return item for full refund. Ships USPS Media Mail.
Seller: Sunshine State Books, Lithia, FL, U.S.A.
hardcover. Condition: Very Good. Hardback--NO CD,DVD,ACCESS CODE--cover shows slight wear otherwise excellent condition.
Language: English
Published by No Starch Press, San Francisco, CA, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: Black Cat Hill Books, Oregon City, OR, U.S.A.
First Edition
Hardcover. Fine: flawless; the binding is square and secure; the text is clean. Free of creased or dog-eared pages in the text. Free of any underlining, hi-lighting or marginalia or marks in the text. Free of ownership names, dates, addresses, notations, inscriptions, stamps, or labels. A handsome, like-new copy; structurally sound and tightly bound, showing no discernible imperfections. Virtually "As New". No DJ as issued. NOT a Remainder, Book-Club, or Ex-Library. 8vo. (9.5 x 7.25 x 2.25 inches). xli, 1506 pages. Language: English. Weight: 5 pounds. First Edition (2010); Fourth Printing (2013). Hardcover: Pictorial Laminate Boards. First Edition (2010); Fourth Printing (2013).
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Seller: Lakeside Books, Benton Harbor, MI, U.S.A.
Condition: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books!
Language: English
Published by No Starch Press, San Francisco, CA, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: Twice Sold Tales, Capitol Hill, Seattle, WA, U.S.A.
Hardcover, 1506 pages. Condition: Very good. Light wear and soiling to pictorial boards, corners slightly bumped. Light soiling to text block edges. Pages appear free of writing / highlighting. In nice shape.
Seller: CollegePoint, Inc, Jamestown, TN, U.S.A.
First Edition
Hardcover. Condition: Good. 1st Edition. We only honor returns for quality issues and won't accept reasons such as 'change my mind', 'find a better price', or 'school book requirement change', etc.
Seller: Academic US, Piscataway, NJ, U.S.A.
Condition: New. Brand New. Excellent Customer Service.
Seller: medimops, Berlin, Germany
Condition: acceptable. Ausreichend/Acceptable: Exemplar mit vollständigem Text und sämtlichen Abbildungen oder Karten. Schmutztitel oder Vorsatz können fehlen. Einband bzw. Schutzumschlag weisen unter Umständen starke Gebrauchsspuren auf. / Describes a book or dust jacket that has the complete text pages (including those with maps or plates) but may lack endpapers, half-title, etc. (which must be noted). Binding, dust jacket (if any), etc may also be worn.
Language: English
Published by No Starch Press, San Francisco, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: Grand Eagle Retail, Bensenville, IL, U.S.A.
Hardcover. Condition: new. Hardcover. "The Linux Programming Interface" 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. Praise for "The Linux Programming Interface" "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of "Understanding the Linux Virtual Memory Manager" "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in "The Linux Programming Interface" . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of "Programming with POSIX Threads" and Contributor to the POSIX and UNIX Standards ." . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ." . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls an Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Condition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide.
Seller: Massive Bookshop, Greenfield, MA, U.S.A.
Hardcover. Condition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 86.01
Quantity: 15 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Books & Bobs, Deeside, FLINT, United Kingdom
First Edition
US$ 69.43
Quantity: 1 available
Add to basketHardcover. Condition: As New. 1st Edition. As new copy. A tight, bright, and clean copy with no inscriptions, no annotations/notes, and no foxing to pages. Fantastic condition book. 1506pp. (18.5x24cm). Please contact us for any more information.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Published by No Starch Press, 2010
Seller: BoundlessBookstore, Wallingford, United Kingdom
Hardcover. Condition: Good. VG condition book without dust jacket. Boards are clean with little wear. Book has clean and bright contents.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 101.73
Quantity: 15 available
Add to basketCondition: New.
Seller: Russell Books, Victoria, BC, Canada
First Edition
Hardcover. Condition: New. 1st Edition. Special order direct from the distributor.
Condition: New. This work describes the Linux API (application programming interface)--the system calls, library functions, and other low-level interfaces that are used, directly or indirectly, by every program that runs on Linux. Num Pages: 1552 pages, black & white tables, figures. BIC Classification: ULL; UM. Category: (P) Professional & Vocational. Dimension: 240 x 180 x 59. Weight in Grams: 2360. . 2010. hardcover. . . . .
Condition: New. This work describes the Linux API (application programming interface)--the system calls, library functions, and other low-level interfaces that are used, directly or indirectly, by every program that runs on Linux. Num Pages: 1552 pages, black & white tables, figures. BIC Classification: ULL; UM. Category: (P) Professional & Vocational. Dimension: 240 x 180 x 59. Weight in Grams: 2360. . 2010. hardcover. . . . . Books ship from the US and Ireland.
Language: English
Published by No Starch Press, San Francisco, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: CitiRetail, Stevenage, United Kingdom
US$ 106.91
Quantity: 1 available
Add to basketHardcover. Condition: new. Hardcover. "The Linux Programming Interface" 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. Praise for "The Linux Programming Interface" "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of "Understanding the Linux Virtual Memory Manager" "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in "The Linux Programming Interface" . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of "Programming with POSIX Threads" and Contributor to the POSIX and UNIX Standards ." . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ." . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux sy Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Seller: Revaluation Books, Exeter, United Kingdom
US$ 131.90
Quantity: 2 available
Add to basketHardcover. Condition: Brand New. 1st edition. 1552 pages. 9.30x7.20x2.30 inches. In Stock.
Seller: Revaluation Books, Exeter, United Kingdom
US$ 134.73
Quantity: 2 available
Add to basketHardcover. Condition: Brand New. 1st edition. 1552 pages. 9.30x7.20x2.30 inches. In Stock.
Seller: GoldBooks, Denver, CO, U.S.A.
Condition: new.
Language: English
Published by Random House LLC US Nov 2010, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: AHA-BUCH GmbH, Einbeck, Germany
Buch. Condition: Neu. Neuware - 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 APIWhile 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.
Language: English
Published by No Starch Press, San Francisco, 2010
ISBN 10: 1593272200 ISBN 13: 9781593272203
Seller: AussieBookSeller, Truganina, VIC, Australia
Hardcover. Condition: new. Hardcover. "The Linux Programming Interface" 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. Praise for "The Linux Programming Interface" "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of "Understanding the Linux Virtual Memory Manager" "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in "The Linux Programming Interface" . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of "Programming with POSIX Threads" and Contributor to the POSIX and UNIX Standards ." . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ." . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux sy Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.