October 2010
Intermediate to advanced
1552 pages
45h 39m
English
Aside from the material in this book, many other sources of information about Linux system programming are available. This appendix provides a short introduction to some of them.
Manual pages are accessible via the man command. (The command man man describes how to use man to read manual pages.) The manual pages are divided into numbered sections that categorize information as follows:
Programs and shell commands: commands executed by users at the shell prompt.
System calls: Linux system calls.
Library functions: standard C library functions (as well as many other library functions).
Special files: special files, such as device files.
File formats: formats of files such as the system password (/etc/passwd ...
Read now
Unlock full access