Home  >  Article  >  Operation and Maintenance  >  What books can I read on Linux?

What books can I read on Linux?

青灯夜游
青灯夜游forward
2020-04-20 15:40:542571browse

What books can I read on Linux? The following article introduces some Linux books to you. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

What books can I read on Linux?

1. "Linux Programming (4th Edition)"

What books can I read on Linux?

万千The classic Linux introductory book and practical programming book recommended by readers are widely praised for their simplicity, easy-to-understand, comprehensive content and rich examples. If you don’t have Linux basics, you can read this book first. Having said that, although this book is very comprehensive, it does not go into depth on many issues. Reading this book can only give you an initial exposure to Linux. Then you can read APUE which may be more appropriate

2. "Brother Niao's Linux Private Cooking"

What books can I read on Linux?

Generally speaking, this book is relatively simple and is aimed at novices who are just getting started, even It is a good introductory book for students who do not know Linux. If you have no basic knowledge of Linux or programming, this book will tell you what a Linux directory is, shell scripts, introduce common commands and some system management tools. But after reading this book, you still don't have the ability to solve problems comprehensively. You still need to go deeper through other more in-depth books.
Many people will take this book and "Learning Linux with A Ming (3rd Edition)" 》Comparison, in fact, both are introductory books, each with its own characteristics. Here I choose Brother Niao’s book based on the rating.

3. "Advanced Programming in UNIX Environment"

What books can I read on Linux?

"Advanced Programming in UNIX Environment" is a must-have for Unix/Linux programmers A book by Google, even Google President Palin has this book on his bookshelf. It can be said that if Linux programmers have not read this book, it is like Christians who have not read the Bible. It is difficult for them to make people Understood. This book summarizes all the theoretical framework, main system functions, multi-process programming, and even Linux network communication required for Linux programming.

4. "Unix/Linux Programming Practical Tutorial"

What books can I read on Linux?

If you have some C language foundation and some Linux usage Basics, then you will enjoy it very much when reading this book. The author of this book uses a good learning method to tell the readers, and follows the steps of what can be done -> how to do it -> can I achieve it? Teach this principle. Moreover, the cases in the book are very representative, including the implementation of commonly used Unix commands, small video games, shell interpreters, and web servers that implement simple functions. The code is also clear and clear, and it will definitely make you suddenly enlightened after reading it

5. "In-depth understanding of the Linux kernel"

What books can I read on Linux?

"In-depth understanding of the Linux kernel" Understanding the Linux Kernel, Third Edition guides you through the most important data structures, algorithms, and programming know-how used in the kernel. By exploring surface properties, the author provides valuable insights to those who want to know how their own machines work. The book discusses important properties unique to Intel. Relevant code snippets are dissected line by line. However, this book covers more than just the functionality of the code, explaining the theoretical underpinnings of how Linux works the way it does.

6. "Linux Command Line and Shell Script Programming Encyclopedia (3rd Edition)"

What books can I read on Linux?

This is a book about Linux A comprehensive tutorial on command line and shell script programming, mainly including four parts: Linux command line, basics of shell script programming, advanced shell script programming, and how to create practical shell scripts. Shell programming is explained in great detail, but because of this some readers said that the explanation is too cumbersome.

7. "Linux Kernel Design and Implementation (3rd Edition)"

What books can I read on Linux?

This book describes in detail the main features of the Linux kernel Subsystems and features, including the design, implementation, and interfaces of the Linux kernel. From theory to practice, it covers all aspects of the Linux kernel and can meet the various interests and needs of readers. The positioning of this book is not very high and it is suitable for core learners in the transitional stage.

8. "In-depth Linux Kernel Architecture"

What books can I read on Linux?

Relatively speaking, this book is neither as boring as "In-depth Understanding of the Linux Kernel", nor is it as general as "Linux Kernel Design and Implementation". The content of the book captures the kernel code very well. The core is illustrated with pictures and texts. Some complex data structures and function execution processes are depicted in pictures to make it clear to readers at a glance.

9. "ARM Linux Kernel Source Code Analysis"

What books can I read on Linux?

This book is the result of three years of Liunx kernel analysis experience and experience by multiple authors. It is written on the basis of a huge amount of information, and includes content that has not been explained in other similar books and conducts line-by-line analysis, eliminating the frustration caused by other theoretical books in the current market. The detailed code analysis and large number of illustrations in the book can enable readers to gain a correct understanding of the Linux kernel and ARM, and naturally learn how to effectively analyze regularly released Linux kernels.

10. "Linux System Programming (2nd Edition)"

What books can I read on Linux?

This is a tutorial about Linux system programming. It is also an introduction to Linux system calls, and an insider's guide on how to achieve more elegant and faster code. The book is divided into 11 chapters and 2 appendices, which introduces in detail the basic concepts of Linux system programming, file I/O, buffered I/O, advanced file I/O, process management, advanced process management, threads, file and directory management, and signals. and time.

Recommended: "linux tutorial"

The above is the detailed content of What books can I read on Linux?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zhihu.com. If there is any infringement, please contact admin@php.cn delete