Reddit Reddit reviews UNIX Internals: The New Frontiers

We found 3 Reddit comments about UNIX Internals: The New Frontiers. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Operating Systems
Unix Operating System
UNIX Internals: The New Frontiers
Check price on Amazon

3 Reddit comments about UNIX Internals: The New Frontiers:

u/sreguera · 2 pointsr/programming

Mostly when he talks about the process/thread implementation and the process memory working set and page replacement algorithms. Also when he talks about the Unix security model (user|group|all). It is now a bit more elaborated than that, and you can use ACLs almost like in Windows. And at one point he asks when was the last time someone used pipes (|) for composing programs!

I would recommend this book, UNIX Internals: The New Frontiers, that explains the internal implementation of a variety of Unix systems in the mid nineties. Amazon says that a new edition is planned for January next year, good news!

u/lostchicken · 2 pointsr/AskElectronics

The closest thing I can think of is Uresh Vahalia's book "UNIX Internals". It's more technical than Code, but it's really quite well written and clear. It's somewhat hard to find, though.

http://www.amazon.com/UNIX-Internals-The-New-Frontiers/dp/0131019082

u/mumux · 1 pointr/compsci

http://www.amazon.com/UNIX-Internals-The-New-Frontiers/dp/0131019082

I'm surprised this one hasn't been mentioned yet; it's arguably one of the best book on UNIX operating systems design. It gives a lot of valuable information on how to efficiently implement SMP kernels which is something missing from a lot of other books. Maybe not adequate if you're a complete beginner though.