Linux System Programming: Talking Directly to the Kernel and C Library
Robert Love
392 pages, Paperback
ISBN: 0596009585
ISBN13:
Language: English
Publish: September 1, 2007
Computer ScienceComputersNonfictionProgrammingReferenceScienceSoftwareTechnicalTechnology
This book is about writing software that makes the most effective use of the system you’re running on — code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and system daemons. The majority of both Unix and Linux code is still written at the system level, and Linux System Programming focuses on everything above the kernel, where applications such as Apache, bash, cp, vim, Emacs, gcc, gdb, glibc, ls, mv, and X exist.