Is there any book covering the current POSIX standard (other then the standard itself)?

link|improve this question

You could join your two questions on related topic (the standard and the status of its implementations.) – Andrea Spadaccini Apr 6 '11 at 11:52
@pmg Hmm, I though that book questions belonged here. – Let_Me_Be Apr 6 '11 at 11:57
I've had this question favourited for a long long time. Having POSIX there would be good. – pmg Apr 6 '11 at 12:04
2  
The "Linux Programming Interface" by Michael Kerrisk is probably the closest thing you can find right now. – ninjalj Apr 6 '11 at 18:13
1  
@ninjalj You are partially right, but most of the book is one level below POSIX. – Let_Me_Be Apr 7 '11 at 10:24
show 2 more comments
feedback

3 Answers

Yes, Michael Kerrisk maintainer of man-pages, developed a book at man 7

link|improve this answer
feedback

I believe any good recent unix or Posix programming book is good enough, and for the latest changes of the standard you should dig into it.

Once you mastered most of Unix systems calls and philosophy, understanding the details added by the latest Posix is not very hard.

link|improve this answer
1  
This doesn't really answer the question - just re-states it. – Jordan Parmer Oct 20 '11 at 17:20
I was trying to say that learning precisely the 2008 Posix standard is better done by learning an earlier POSIX standard thru a good book, and then diving inside the latest standard specification to understand the few improvements made since the POSIX covered by the book. – Basile Starynkevitch Oct 29 '11 at 7:17
feedback

There exist some books about posix threads (pthreads) that I found useful. e.g.Programming with POSIX Threads

But those books don't cover the hole standard.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.