Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

Advanced Programming in the UNIX(R) Environment (Addison-Wesley Professional Computing Series)
Advanced Programming in the UNIX(R) Environment (Addison-Wesley Professional Computing Series)

Hardcover
Author: W. Richard Stevens
Publisher: Addison-Wesley Professional
Release Date: 1992-06-30
ISBN-10: 0201563177
ISBN-13: 9780201563177
List Price: $69.99
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

C Programming Language (2nd Edition) (Prentice Hall Software)
C Programming Language (2nd Edition) (Prentice Hall Software)
ISBN-10: 0131103628
ISBN-13: 9780131103627
List Price:$48.67


The C Programming Language (2nd Edition)
The C Programming Language (2nd Edition)
ISBN-10: 0131103628
ISBN-13: 0076092003106
List Price:$48.67


Understanding the Linux Kernel, Third Edition
Understanding the Linux Kernel, Third Edition
ISBN-10: 0596005652
ISBN-13: 9780596005658
List Price:$49.95


Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition
Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition
ISBN-10: 0131411551
ISBN-13: 0076092025917
List Price:$74.99


UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition)
UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition)
ISBN-10: 0130810819
ISBN-13: 0076092030249
List Price:$73.33


Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Addison-Wesley Professional Computing Series)
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Addison-Wesley Professional Computing Series)
ISBN-10: 0131411551
ISBN-13: 9780131411555
List Price:$79.99


UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) (The Unix Networking Reference Series , Vol 2)
UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) (The Unix Networking Reference Series , Vol 2)
ISBN-10: 0130810819
ISBN-13: 9780130810816
List Price:$78.33


Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series)
Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series)
ISBN-10: 0131411543
ISBN-13: 0076092028222
List Price:$49.99


Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series)
Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series)
ISBN-10: 0131411543
ISBN-13: 9780131411548
List Price:$54.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Advanced Programming in the UNIX(R) Environment (Addison-Wesley Professional Computing Series) by W. Richard Stevens (ISBN-10: 0201563177, ISBN-13: 9780201563177).

At this time we have not yet written a review for Advanced Programming in the UNIX(R) Environment (Addison-Wesley Professional Computing Series) by W. Richard Stevens (ISBN-10: 0201563177, ISBN-13: 9780201563177). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
Bestselling UNIX author Rich Stevens offers application and system programmers his professional, experienced-based guidance on using the system call interface with C. Since good examples are the key to a book like this, a simple shell program is developed in the first chapter and then expanded throughout the book to demonstrate the principles.

Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Classic on UNIX based programming
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
Its a very extensive book that covers concepts and advanced features of UNIX. It covers UNIX implementation of different features as a user point of view and how to access diffent services of UNIX like OSs. If you want to learn UNIX /Linux based programming this book a must read & must have for reference. I highly recommend this book

Must-have for troubleshooters
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
I occasionally need to fix broken IPC code and figure out behavior differences
of legacy code between Solaris, Linux, etc., code written years ago by somebody
else in C.

This book, (and Stevens' earlier books before this) has been immensely useful.
The code samples alone are worth their weight in gold :-). Seriously, this book
has saved me many days of hard work, several times over.

A quick browse of the book is usually enough to find the details (what I would
call 'arcane details', but I guess this is because I'm not an expert C/networking
programmer), figure out the problem AND how to fix the problem.

This book has been a 'project-saver'. I cannot recommend this text too highly.


Wonderful book about UNIX programming
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This is one of the best books I've ever read about UNIX and programming.

With its unique style, it serves as both a reference and a tutorial, and at the same time, it provides amazing detail and insight, always making the reader understand what's happening "under-the-hood". Fantastic job, Steven Rago and Richard Stevens!

The only problem I had with this book was with the source code. It doesn't compile under MacOS X 10.5 Leopard, which is a certified Unix 03 system. It is a only a one-line change in the includes, so it's no big deal.

awesome book for systems programming
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book is literally saving me right now in an Introduction to Operating Systems class I'm taking. We have projects to complete in the UNIX envrionment and the fact that this book gives you every real code example you could possibly need for all levels of systems programming is GOLD. It's laid out in a very straightforward way, has tons of code examples, and is overall awesome. Highly recommend if you're just getting into systems programming on your own, or as a school reference book.

Where is AIX, HP/UX, among other majors?
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
This book is a fantastic starting point in life. Some how our public schools over look teaching the fundamental skills presented in this book. We learn how to play with toys on simple computers and never really learn what we are doing.

The real strength of this book is in the definitions. We get to see the purpose and flexibility of system calls and functions. Not just use them but understand them. UNIX functions as job control or signals are explained in detail. Let's take just one item "waitpid":

The waitpid function provides three features that aren't provided by the wait function.

You will have to red the book to find out what they are. However there are examples also. Now for people with real systems like AIX all you have to do is ad a "k" to the front of the call and you have the AIX kernel function call "kwaitpid"; voila you now have an understanding that can not be found clearly in a Red Book.

It does help some to have a preunderstanding of the system do you can use the book to fill in the education holes missed when necessary.

The index is worth its weight in gold as you can find functions headers and concepts all in alphabetical order. My favorite is the definitions.

As much as I am a fan of the internet it also pays to carry the information in the form of a book. And all this book has to do is save a couple of hours and it has paid for its self.

Mastering UNIX Shell Scripting

























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions