Skip to content

Opening book details…

About this document

C Programming Guide for Linux Development by Mephal Justin is a document available to read on EtoBox.

This document discusses C programming in Linux, including compiling C programs with GCC, using libraries, creating processes with fork and exec, working with signals and process termination, creating and managing threads with pthreads, and examples of process and thread programming. Key topics covered include compiling with GCC options like -c, -o, and -g, creating shared libraries, getting process IDs with getpid() and parent IDs with getppid(), creating child processes, sending signals with kill(), waitin

Author
Mephal Justin
Language
EN