20 books like Advanced Programming in the Unix Environment

By W. Richard Stevens, Stephen Rago,

Here are 20 books that Advanced Programming in the Unix Environment fans have personally recommended if you like Advanced Programming in the Unix Environment. Shepherd is a community of 10,000+ authors and super readers sharing their favorite books with the world.

Shepherd is reader supported. When you buy books, we may earn an affiliate commission.

Book cover of C Programming Language

David B. Black Author Of Wartime Software

From my list on teaching and inspiring the best programmers.

Why am I passionate about this?

I started programming in high school and wrote software in many domains for 30 years, from the early ARPA-net to massive credit card software. I wrote a FORTRAN compiler with one assistant in a year. I got hassled to do proper project management. Nightmare. It was all about inflated expectations instead of moving fast and winning. Then in 25 years of venture capital investing, I learned from many young companies how the little startups built quickly and well things that giants like Google literally could not get done. This book and my others spell out what I learned from the little guys who beat the giants.

David's book list on teaching and inspiring the best programmers

David B. Black Why did David love this book?

This is the defining book on the C language, written by the authors of the language and published in 1978.

By the early 1980’s it became the standard for writing systems software, helped by the fact that the UNIX operating system was written in it. UNIX grew to become the world’s dominant operating system, running over 90% of the world’s web servers. 

By the time I encountered the language I already had programmed extensively in assembler, COBOL, FORTRAN, and other languages. I had written a commercial FORTRAN compiler. The language changed my world, and this book was unique then and now for being written by the creators of the language that changed the world of programming forever.

Nothing about all the languages since C makes things better – yes, including C++. All they do is add complexity and put unnecessary constraints on language, along with continuing the focus on language…

By Brian Kernighan, Dennis Ritchie,

Why should I read it?

3 authors picked C Programming Language as one of their favorite books, and they share why you should read it.

What is this book about?

This edition describes C as defined by the ANSI standard. This book is meant to help the reader learn how to program in C. The book assumes some familiarity with basic programming concepts like variables, assignment statements, loops, and functions. A novice programmer should be able to read along and pick up the language.


Book cover of Software Tools in Pascal

Arnold Robbins Author Of Linux Programming by Example

From my list on for learning the Zen of Unix.

Why am I passionate about this?

I am a professional software developer and technical author, with a number of books published by O’Reilly and Prentice Hall. I have been working in the C / C++ / Unix / Linux world for over four decades. I am also the maintainer of the Free Software Foundation’s GNU Awk interpreter for the awk programming language. I have a passion for writing clear, correct, efficient, and portable code, and for applying the UNIX and Software Tools principles in my development. I hope that this book list will help you climb the learning curve of doing great Unix / Linux development.

Arnold's book list on for learning the Zen of Unix

Arnold Robbins Why did Arnold love this book?

This book (an update to Software Tools by the same authors) codifies and instructs the principles by which the Unix / Linux toolset was designed. It emphasizes clear, robust code, and the building of tools, reusable, general purpose software components that can be hooked together to solve many kinds of programming and data management tasks. The lessons it teaches are timeless, and the current generation of programmers would be well served to try and learn them.

The original Software Tools was perhaps the single most influential software book that I ever read. It taught me how to think with the Unix mindset, how to make the best use of what the Unix system (and now Linux) offers, and how to focus on readability and maintainability in my own software.

By Brian Kernighan, P.J. Plauger,

Why should I read it?

1 author picked Software Tools in Pascal as one of their favorite books, and they share why you should read it.

What is this book about?

With the same style and clarity that characterized their highly acclaimed The Elements of Programming Style and Software Tools, the authors have written Software Tools in Pascal to teach how to write good Pascal programs that make good tools. The programs contained in the book are not artificial, but are actual tools that have proved valuable in the production of other programs. Structured programming and top-down design are emphasized and applied to every program, as are principles of sound design, testing, efficiency, and portability. All of the programs are complete and have been tested directly from the text. The programs…


Book cover of Lions' Commentary on Unix

Arnold Robbins Author Of Linux Programming by Example

From my list on for learning the Zen of Unix.

Why am I passionate about this?

I am a professional software developer and technical author, with a number of books published by O’Reilly and Prentice Hall. I have been working in the C / C++ / Unix / Linux world for over four decades. I am also the maintainer of the Free Software Foundation’s GNU Awk interpreter for the awk programming language. I have a passion for writing clear, correct, efficient, and portable code, and for applying the UNIX and Software Tools principles in my development. I hope that this book list will help you climb the learning curve of doing great Unix / Linux development.

Arnold's book list on for learning the Zen of Unix

Arnold Robbins Why did Arnold love this book?

The previous books all cover programming at the user level – how to write regular programs for a Unix / Linux system. But what about the operating system itself?

This classic work explains the operating system code of the 6th Edition Unix system, which ran on Digital Equipment Corporation (DEC) PDP-11 systems. If you want to learn the basics of operating system implementation by reading real, working code, this is the place to start.

This is worth reading, even if you never intend to write kernel code, since an understanding of how the operating system works makes it easier for you to correctly use the system calls (APIs) that the operating system provides.

By John Lions,

Why should I read it?

1 author picked Lions' Commentary on Unix as one of their favorite books, and they share why you should read it.

What is this book about?

The most famous suppressed book in computer history! * Used as an Operating System textbook at MIT"After 20 years, this is still the best expostion of the workings of a 'real' operating system." --- Ken Thompson (Developer of the UNIX operating system)After years of suppression (as trade secrets) by various owners of the UNIX code, this tome has been re-released, and we owe a debt to all involved in making this happen. I consider this to be the single most important book of 1996. Unix Review, June 1997"The Lions book", cherished by UNIX hackers and widely circulated as a photocopied…


Book cover of The Design of the Unix Operating System

Arnold Robbins Author Of Linux Programming by Example

From my list on for learning the Zen of Unix.

Why am I passionate about this?

I am a professional software developer and technical author, with a number of books published by O’Reilly and Prentice Hall. I have been working in the C / C++ / Unix / Linux world for over four decades. I am also the maintainer of the Free Software Foundation’s GNU Awk interpreter for the awk programming language. I have a passion for writing clear, correct, efficient, and portable code, and for applying the UNIX and Software Tools principles in my development. I hope that this book list will help you climb the learning curve of doing great Unix / Linux development.

Arnold's book list on for learning the Zen of Unix

Arnold Robbins Why did Arnold love this book?

This book looks at UNIX System V Release 2 and Release 3, describing a more modern version of Unix.  It presents pseudo code of the internal algorithms with diagrams of the major data structures used by the system.

Here too, knowing how the operating system works will help you write better code to take advantage of the services provided to you.

Supposedly, Linus Torvalds read this book before he produced the first Linux kernel!

By Maurice Bach,

Why should I read it?

1 author picked The Design of the Unix Operating System as one of their favorite books, and they share why you should read it.

What is this book about?

In this timely new book, Maurice J. Bach traces the popularity of the UNIX system throughout the computer industry. The author describes the internal algorithms and structures that form the basis of the operating system (the kernel) and their relationship to the programmer interface. Among its key features, the book: *Describes the outline of the kernel architecture *Introduces the system buffer cache mechanism *Includes data structures and algorithms used internally by the file system *Covers the system calls that provide the user interface to the file system *Defines the context of a process and investigates the internal kernel primitives that…


Book cover of Unix for the Beginning Mage

Jeremy Kepner Author Of Mathematics of Big Data: Spreadsheets, Databases, Matrices, and Graphs

From my list on the foundations of computing technology.

Why am I passionate about this?

Dr. Jeremy Kepner is head and founder of the MIT Lincoln Laboratory Supercomputing Center (LLSC), and also a Founder of the MIT-Air Force AI Accelerator. Lincoln Laboratory is a 4000-person National Laboratory whose mission is to create defensive technologies to protect our Nation and the freedoms enshrined in the Constitution of the United States. Dr. Kepner is one of five Lincoln Laboratory Fellows, a position that "recognizes the Laboratory's strongest technical talent for outstanding contributions to Laboratory programs over many years." Dr. Kepner is recognized as one of nine MIT Fellows of the Society of Industrial Applied Mathematics (SIAM), for "contributions to interactive parallel computing, matrix-based graph algorithms, green supercomputing, and big data." 

Jeremy's book list on the foundations of computing technology

Jeremy Kepner Why did Jeremy love this book?

Unix/Linux has emerged as the most common operating system in the world. Found on almost every server, smartphone, and network-enabled device, Unix plays a critical role in all aspects of computing. Unix for the Beginning Mage is a fun introduction to Unix for the novice who may be intimidated by other texts.

By Joe Topjian,

Why should I read it?

1 author picked Unix for the Beginning Mage as one of their favorite books, and they share why you should read it.


Book cover of Docker in Action

Laurentiu Spilca Author Of Spring Security in Action

From my list on a technical shelf of books for a Java Engineer.

Why am I passionate about this?

My passion for computer science started while spending my free time gaming in my young adult days, leading me to experiment with C++ and then dive into enterprise-level Java applications during high school. My enthusiasm for Java propelled me to teach and share my knowledge through Java and Spring tutorials on YouTube. I also frequent conferences where I exchange ideas on various software topics. My constant wish to contribute further to the community is filled by writing technical books. This mix of teaching, creating, and constant learning fuels me and pushes me further into the tech world. I really hope you will enjoy this selection of technical books! 

Laurentiu's book list on a technical shelf of books for a Java Engineer

Laurentiu Spilca Why did Laurentiu love this book?

Docker is the technology that works perfectly along with Kubernetes, and I believe that in such a fast-paced development environment, applications do not need to depend on the machine that they are running on.

What truly stood out for me was the exploration of Docker's features like images, networks, containers, and volumes, and how these elements create a consistent environment for applications to run. This consistency is key in eliminating the "well, it works on my machine" problem, making our lives easier and our work more portable.

By Jeff Nickoloff, Stephen Kuenzli, Bret Fisher

Why should I read it?

1 author picked Docker in Action as one of their favorite books, and they share why you should read it.

What is this book about?

The idea behind Docker is simple. Create a tiny virtual environment called a container that holds just your application and its dependencies. The Docker engine uses the host operating system to keep track of your containers. Applications running inside containers share resources, making their footprints small. They are easy to install, manage, and remove.
Docker in Action, Second Edition teaches you to create, deploy, and manage applications hosted in Docker containers running on Linux. Fully updated, with four new chapters and revised best practices and examples, this second edition begins with a clear explanation of the Docker model. Then, you…


Book cover of Modern Operating Systems

Philipp Fehre Author Of JavaScript Domain-Driven Design

From my list on learning from programming classics.

Why am I passionate about this?

Computers have fascinated me since my childhood, having fond memories of my dad's ZX81, but even so I played around I was never truly captured by the programming until I recognized it as a way of writing rather than raw engineering. Through my studies of media sciences I found my fascination with how language can shape perception, and through my work in developer advocacy, I found how communities are shaped as well. Now I am fascinated with how different programming languages can shape thinking, having had the opportunity to solve problems at large companies in nonmainstream languages.

Philipp's book list on learning from programming classics

Philipp Fehre Why did Philipp love this book?

Not really a programming book, Modern Operating Systems has been influential for me to understand what I am working with.

When learning about how OSs do their job it is impossible to know everything, but having a rough picture and being able to know how and where to drill down further is what it is all about and this is where this book really shined for me. Even when never writing a driver or working with kernel code, knowing how the details fit together helps in estimating complexity.

The knowledge I got from this book more than once helped me recognize when something was too good to be true, or simplify complex software by working with not against the OS, in my opinion a must read for every programmer.

By Andrew S. Tanenbaum,

Why should I read it?

1 author picked Modern Operating Systems as one of their favorite books, and they share why you should read it.

What is this book about?

Please Read Notes: Brand New, International Softcover Edition, Printed in black and white pages, minor self wear on the cover or pages, Sale restriction may be printed on the book, but Book name, contents, and author are exactly same as Hardcover Edition. Fast delivery through DHL/FedEx express.


Book cover of The Darkness Outside Us

Kalena Miller Author Of The Night When No One Had Sex

From my list on sex-positive YA.

Why am I passionate about this?

I grew up in Texas where sex-ed curriculums ranged from spotty and misinformed to totally nonexistent. Therefore, as a teenager, I learned about sex from the novels I read—at that time, I was devouring Meg Cabot and John Green books—and I remember wishing for more tangible information. (This was before Urban Dictionary and Tumblr, unfortunately.) Fast forward a decade, and I’m the one writing YA novels. I no longer live in Texas, but my passion for crafting sex-positive, uplifting, and accessible books for teenagers remains central to my life as a writer and reader.

Kalena's book list on sex-positive YA

Kalena Miller Why did Kalena love this book?

This science fiction novel from Eliot Schrefer has it all: a thrilling adventure in space, a disembodied robot withholding information, and a pair of adorably opposite boys falling in love. This dramatic story about survival, love, and love as a means of survival is on the upper end of YA, but it’s one you don’t want to miss! Be prepared to laugh, cry, swoon, and throw your book across the room in shock because this one will stick with you long after the final page.

By Eliot Schrefer,

Why should I read it?

1 author picked The Darkness Outside Us as one of their favorite books, and they share why you should read it.

What is this book about?

They Both Die at the End meets The Loneliest Girl in the Universe in this mind-bending sci-fi mystery and tender love story about two boys aboard a spaceship sent on a rescue mission, from two-time National Book Award finalist Eliot Schrefer. Stonewall Honor Award winner!

Two boys, alone in space. Sworn enemies sent on the same rescue mission.

Ambrose wakes up on the Coordinated Endeavor with no memory of a launch. There's more that doesn't add up: evidence indicates strangers have been on board, the ship's operating system is voiced by his mother, and his handsome, brooding shipmate has barricaded…


Book cover of The Original Green: Unlocking the Mystery of True Sustainability

Charles L. Marohn Jr. Author Of Strong Towns: A Bottom-Up Revolution to Rebuild American Prosperity

From my list on thinking like a Strong Towns advocate.

Why am I passionate about this?

Everyone should be able to live a meaningful life in a place they love, where their day-to-day efforts participating in society result in the community becoming a more prosperous place over time, for themselves, and for those who come next. I founded Strong Towns to help people recognize that they have this opportunity, that they and their neighbors working together have the capacity to make things better, despite everything else going on. Cities are works in progress. It is not our job to finish ours, but we all have a role to play in making it stronger.

Charles' book list on thinking like a Strong Towns advocate

Charles L. Marohn Jr. Why did Charles love this book?

I had someone laugh at this book for its quirkiness and whimsy. That person is a fool. What Mouzon has produced here is a brilliant compilation of why our ancestors (in the broadest sense of the term) were genius in ways we struggle to even comprehend, let alone appreciate. Steve taught me why it’s not just okay to love a place, but why more places need to become lovable.

By Stephen A. Mouzon,

Why should I read it?

1 author picked The Original Green as one of their favorite books, and they share why you should read it.

What is this book about?

The Original Green is the sustainability our ancestors knew by heart. Originally (before the Thermostat Age) they had no choice but to build green, otherwise people would not survive very long. The Original Green aggregates and distributes the wisdom of sustainability through the operating system of living traditions, producing sustainable places in which it is meaningful to build sustainable buildings. Original Green sustainability is common-sense and plain-spoken, meaning "keeping things going in a healthy way long into an uncertain future." Sustainable places should be nourishable because if you cannot eat there, you cannot live there. They should be accessible because…


Book cover of The Presentation Secrets of Steve Jobs: How to Be Insanely Great in Front of Any Audience

Brian Ahearn Author Of Influence People: Powerful Everyday Opportunities to Persuade that are Lasting and Ethical

From my list on helping you influence people and hear “yes!”.

Why am I passionate about this?

My career and life were changed by Robert Cialdini’s work on influence. There are only a dozen people in the world who have been personally trained, certified, and endorsed by Cialdini to teach his methodology on influence and persuasion. I’m fortunate to be in that very select group. I’ve authored three books and given a TED Talk on influence. My LinkedIn Learning courses around influence in sales and coaching have been viewed by more than 500,00 across the globe. I take Cialdini’s influence concepts and marry them with my 35+ years of business experience to give organizations practical ways to ethically influence people. 

Brian's book list on helping you influence people and hear “yes!”

Brian Ahearn Why did Brian love this book?

Robert Cialdini’s work on influence changed how I go about trying to influence people. Gallo’s revelations radically changed how I present to audiences.

Throughout the book Gallo shows why Steve Jobs was such a masterful influencer from the stage. As I read, I found myself continually taking notes on how I would change my presentations. By the time I was done, I’d taken seven pages of type-written notes!

The change in audience reaction was immediate! If you’re serious about improving your presentation style, there’s no better resource than The Presentation Secrets of Steve Jobs.

By Carmine Gallo,

Why should I read it?

1 author picked The Presentation Secrets of Steve Jobs as one of their favorite books, and they share why you should read it.

What is this book about?

"The Presentation Secrets of Steve Jobs reveals the operating system behind any great presentation and provides you with a quick-start guide to design your own passionate interfaces with your audiences."
Cliff Atkinson, author of Beyond Bullet Points and The Activist Audience

Apple CEO Steve Jobs's wildly popular presentations have set a new global gold standard-and now this step-by-step guide shows you exactly how to use his crowd-pleasing techniques in your own presentations. The Presentation Secrets of Steve Jobs is as close as you'll ever get to having the master presenter himself speak directly in your ear. Communications expert Carmine Gallo…


5 book lists we think you will like!

Interested in operating system, ninjas, and success in life?

10,000+ authors have recommended their favorite books and what they love about them. Browse their picks for the best books about operating system, ninjas, and success in life.

Operating System Explore 12 books about operating system
Ninjas Explore 24 books about ninjas
Success In Life Explore 237 books about success in life