Is there any book covering the current POSIX standard (other then the standard itself)?
feedback
|
|
Yes, Michael Kerrisk maintainer of man-pages, developed a book at man 7 | |||
|
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. | |||||||
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. | |||
|
feedback
|