TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best book to understand modern Linux from top to bottom?

3 pointsby steve_coralalmost 3 years ago
Need to brush up on kernel internals, networking, the filesystem, etc.

1 comment

eimrinealmost 3 years ago
Tannenbaum&#x27;s book is one of best authors on OS design, but he tells nothing about modern Linux. But you may find interesting a dialogue between Tannenbaum and Tolvalds as a read about kernel internals.<p>Networking is a different world for OS learner, nothing in common.<p>Filesystems usually have a documentation, just read it for every FS you need.