Programación C en el entorno UNIX
Bibliografía (para leer en ese orden)
El Sistema Operativo UNIX
O'Reilly: UNIX CD Bookshelf.
Lectura recomendada: 'Learning the UNIX Operating System'.
Programación en C
1. El Lenguaje de Programación C. B. Kernigan y D. Ritchie. Prentice Hall, 1978. Copia Local
2. Practical C Programming. S. Oualline. O'Reilly, 1991.
3. Advanced Programming in the UNIX Environment. R. Stevens. Addison-Wesley, 1992.
4. UNIX Network Programming. R. Stevens. Prentice Hall, 1998.
Tutoriales Seleccionados (Todos en un tar)
Básicos | Avanzados |
|
|
$ mkdir hello
$ cd hello
$ tar zxvf ../hello.tgz
NOTA: El utilitario tar es una herramienta fundamental dentro del entorno UNIX. Existen múltiples tutoriales en la red. Se recomienda leer el oficial de GNU, y no empezar con man tar!