Jump to ratings and reviews
Rate this book

Hands-On System Programming with Linux: Explore Linux system programming interfaces, theory, and practice

Rate this book
Get up and running with system programming concepts in Linux

Key FeaturesAcquire insight on Linux system architecture and its programming interfacesGet to grips with core concepts such as process management, signalling and pthreadsPacked with industry best practices and dozens of code examplesBook DescriptionThe Linux OS and its embedded and server applications are critical components of today’s software infrastructure in a decentralized, networked universe. The industry's demand for proficient Linux developers is only rising with time. Hands-On System Programming with Linux gives you a solid theoretical base and practical industry-relevant descriptions, and covers the Linux system programming domain. It delves into the art and science of Linux application programming— system architecture, process memory and management, signaling, timers, pthreads, and file IO.

This book goes beyond the use API X to do Y approach; it explains the concepts and theories required to understand programming interfaces and design decisions, the tradeoffs made by experienced developers when using them, and the rationale behind them. Troubleshooting tips and techniques are included in the concluding chapter.

By the end of this book, you will have gained essential conceptual design knowledge and hands-on experience working with Linux system programming interfaces.

What you will learnExplore the theoretical underpinnings of Linux system architectureUnderstand why modern OSes use virtual memory and dynamic memory APIsGet to grips with dynamic memory issues and effectively debug themLearn key concepts and powerful system APIs related to process managementEffectively perform file IO and use signaling and timersDeeply understand multithreading concepts, pthreads APIs, synchronization and schedulingWho this book is forHands-On System Programming with Linux is for Linux system engineers, programmers, or anyone who wants to go beyond using an API set to understanding the theoretical underpinnings and concepts behind powerful Linux system programming APIs. To get the most out of this book, you should be familiar with Linux at the user-level logging in, using shell via the command line interface, the ability to use tools such as find, grep, and sort. Working knowledge of the C programming language is required. No prior experience with Linux systems programming is assumed.

Table of ContentsLinux System ArchitectureVirtual MemoryResource LimitsDynamic Memory AllocationLinux Memory IssuesDebugging Tools for Common Memory IssuesProcess CredentialsProcess ExecutionProcess CapabilitiesProcess CreationSignalling - Part 1Signalling - Part 2Timers Multithreading with Pthreads Part 1-EssentialsMultithreading with Pthreads Part II - SynchronizationMultithreading with Pthreads Part IIICPU Scheduling on LinuxAdvanced File I/OTroubleshooting and Best PracticesFile IO EssentialsDaemon Processes

796 pages, Kindle Edition

Published October 31, 2018

9 people are currently reading
31 people want to read

About the author

Kaiwan N Billimoria

5 books5 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (16%)
4 stars
2 (33%)
3 stars
3 (50%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Oleg Stotsky.
7 reviews15 followers
April 12, 2019
A very good introductory book on system programming in Linux.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.