
Linux Systems Programming
by Jonathan Macey
Publisher: Bournemouth Media School 2005
Number of pages: 124
Description:
Contents: Command Line Arguments; Environment Variables; The Standard I/O Library; Executing Processes as a Stream; Showing system Processes; Creating processes in a program (fork); Processes and Threads; Introduction to Inter-process Communication; Semaphores; Shared Memory; Introduction to Unix Socket Programming; etc.
Download or read it online for free here:
Download link
(550KB, PDF)
Similar books
Linux Device Drivers, 3rd Editionby J. Corbet, A. Rubini, G. Kroah-Hartman - O'Reilly Media, Inc
The book on device drivers writing for the Linux operating system. It explains how the kernel works and how to adapt it to your needs. A source of information both for programmers who deal with the Linux and people who want to experiment.
(18784 views)
The Linux Programmer's Guideby Sven Goldt, at al.
This guide helps Linux programmers understand the peculiarities of Linux. It should be useful when porting programs from other operating systems. It describes the system calls and the major kernel changes which have effects on older programs.
(15605 views)
C Programming in Linuxby David Haskins - BookBoon
Using a series of web development examples, this book will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and people who know C will ensure critical systems keep running.
(24702 views)
Shell Scripting Tutorial for Linux/Unix Beginners- Guru99
The course covers Linux Basics like Introduction, Linux Distributions and Installation, Commands, and File Permissions. It also introduces Redirection, Regular Expressions, Commands, and Communication in Linux. We also touch on advanced topics ...
(6202 views)