Linux programming by example

This book teaches Linux programming in the most effective way possible: by showing and explaining well-written programs. Drawing from both V7 Unix and GNU source code, Arnold Robbins focuses on the fundamental system call APIs at the core of any significant program, presenting examples from programs...

Descripción completa

Detalles Bibliográficos
Autor principal: Robbins, Arnold (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Upper Saddle River, NJ : Prentice Hall Professional Technical Reference c2004.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626931206719
Tabla de Contenidos:
  • pt. 1: Files and users. Introduction ; Arguments, options, and the environment ; User-level memory management ; Files and file I/O ; Directories and file metadata ; General library interfaces--part 1 ; Putting it all together ; Filesystems and directory walks
  • pt. 2: Processes, IPS, and internationalization. Process management and pipes ; Signals ; Permissions and user and group ID numbers ; General library interfaces--part 2 ; Internationalization and localization ; Extended interfaces
  • pt. 3: Debugging and final project. Debugging ; A project that ties everything together.