Cargando…

Linux system programming /

"Nearly all programmers at some point have to deal with the system calls and libraries of the operating system on which their programs run. This book is about writing system software for Linux - code that lives at a low level, and talks directly to the kernel and core system libraries. Linux Sy...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Love, Robert (Robert M.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2007.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction and Essential concepts
  • 2. File I/O
  • 3. Buffered I/O
  • 4. Advanced File I/O
  • 5. Process Management
  • 6. Advanced Process Management
  • 7. File and Directory Management
  • 8. Memory Management
  • 9. Signals
  • 10. Time
  • App. GCC Extensions to the C Language.