#12 in Unix operating system books
Use arrows to jump to the previous/next product

Reddit mentions of UNIX Internals: The New Frontiers

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of UNIX Internals: The New Frontiers. Here are the top ones.

UNIX Internals: The New Frontiers
Buying options
View on Amazon.com
or
    Features:
  • Ball Regular Mouth Lids with Bands for preserving fit all regular mouth glass preserving jars
  • Seal in the freshness and enjoy freshly made foods tonight or tomorrow
  • Includes 6 lids with bands
  • Made in USA
  • Lids are for one-time use only; Bands can be reused
Specs:
Height9.2 inches
Length7 inches
Number of items1
Weight2.22225960096 pounds
Width1.5 inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on 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.