Linux Application Development,
暫譯: Linux 應用程式開發

Michael K. Johnson, Erik W. Troan

  • 出版商: Addison Wesley
  • 出版日期: 2004-11-27
  • 售價: $2,050
  • 貴賓價: 9.5$1,948
  • 語言: 英文
  • 頁數: 736
  • 裝訂: Hardcover
  • ISBN: 0321219147
  • ISBN-13: 9780321219145
  • 相關分類: Linux
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description:

Linux Application Development, Second Edition, is the definitive reference for Linux programmers at all levels of experience, including C programmers moving from other operating systems. Building on their widely praised first edition, leading Linux programmers Michael Johnson and Erik Troan systematically present the key APIs and techniques students need to create robust, secure, efficient software or to port existing

code to Linux.

This book has been fully updated for the Linux 2.6 kernel, GNU C library version 2.3, the latest POSIX standards, and the Single Unix Specification, Issue 6. Its deep coverage of Linux-specific extensions and features helps students take advantage of the full power of contemporary Linux. Along the way, the authors share insights, tips, and tricks for developers working with any recent Linux distribution, and virtually any version of Unix.

 

 

 

Table of Contents:

List of Tables.

Code Examples.

Preface.

I. GETTING STARTED.

1. History of Linux Development.

    A Short History of Free Unix Software.

    Development of Linux.

    Notional Lineage of Unix Systems.

    Linux Lineage.

2. Licenses and Copyright.

    Copyright.

    Licensing.

    Free Software Licenses.

3. Online System Documentation.

    The man Pages.

    The Info Pages.

    Other Documentation.

II. DEVELOPMENT TOOLS AND ENVIRONMENT.

4. Development Tools.

    Editors.

    Make.

    The GNU Debugger.

    Tracing Program Actions.

5. gcc Options and Extensions.

    gcc Options.

    Header Files.

6. The GNU C Library.

    Feature Selection.

    POSIX Interfaces.

    Compatibility.

7. Memory Debugging Tools.

    Buggy Code.

    Memory-Checking Tools Included in glibc.

    Finding Memory Leaks with mpr.

    Investigating Memory Errors with Valgrind.

    Electric Fence.

8. Creating and Using Libraries.

    Static Libraries.

    Shared Libraries.

    Designing Shared Libraries.

    Building Shared Libraries.

    Installing Shared Libraries.

    Using Shared Libraries.

9. Linux System Environment.

    The Process Environment.

    Understanding System Calls.

    Finding Header and Library Files.

III. SYSTEM PROGRAMMING.

10. The Process Model.

    Defining a Process.

    Process Attributes.

    Process Information.

    Process Primitives.

    Simple Children.

    Sessions and Process Groups.

    Introduction to l a d s h.

    Creating Clones.

11. Simple File Handling.

    The File Mode.

    Basic File Operations.

    Querying and Changing Inode Information.

    Manipulating Directory Entries.

    Manipulating File Descriptors.

    Creating Unnamed Pipes.

    Adding Redirection to l a d s h.

12. Signal Processing.

    Signal Concepts.

    The Linux (and POSIX) Signal API.

    Available Signals.

    Writing Signal Handlers.

    Reopening Log Files.

    Real-Time Signals.

    Learning About a Signal.

13. Advanced File Handling.

    Input and Output Multiplexing.

    Memory Mapping.

    File Locking.

    Alternatives to read() and write().

14. Directory Operations.

    The Current Working Directory.

    Changing the Root Directory.

    Creating and Removing Directories.

    Reading a Directory's Contents.

    File Name Globbing.

    Adding Directories and Globbing to ladsh.

    Walking File System Trees.

    Directory Change Notification.

15. Job Control.

    Job Control Basics.

    Job Control in ladsh.

16. Terminals and Pseudo Terminals.

    tty Operations.

    termios Overview.

    termios Examples.

    termios Debugging.

    termios Reference.

    Pseudo ttys.

17. Networking with Sockets.

    Protocol Support.

    Utility Functions.

    Basic Socket Operations.

    Unix Domain Sockets.

    Networking Machines with TCP/IP.

    Using UDP Datagrams.

    Socket Errors.

    Legacy Networking Functions.

18. Time.

    Telling Time and Dates.

    Using Timers.

19. Random Numbers.

    Pseudo-Random Numbers.

    Cryptography and Random Numbers.

20. Programming Virtual Consoles.

    Getting Started.

    Beeping.

    Determining Whether the Terminal Is a VC.

    Finding the Current VC.

    Managing VC Switching.

    Example: The open Command.

21. The Linux Console.

    Capability Databases.

    Glyphs, Characters, and Maps.

    Linux Console Capabilities.

    Direct Screen Writing.

22. Writing Secure Programs.

    When Security Matters.

    Minimizing the Opportunity for Attack.

    Common Security Holes.

    Running as a Daemon.

IV. DEVELOPMENT LIBRARIES.

23. String Matching.

    Globbing Arbitrary Strings.

    Regular Expressions.

24. Terminal Handling with S-Lang.

    Input Handling.

    Output Handling.

25. A Hashed Database Library.

    Overview.

    Basic Operations.

    Reading Records.

    Modifying the Database.

    Example.

26. Parsing Command-Line Options.

    The Option Table.

    Using the Option Table.

    Using Callbacks.

    Error Handling.

    Option Aliasing.

    Parsing Argument Strings.

    Handling Extra Arguments.

    Sample Application.

27. Dynamic Loading at Run Time.

    The dl Interface.

28. User Identification and Authentication.

    ID-to-Name Translation.

    Pluggable Authentication Modules.

APPENDICES.

Appendix A. Header Files.

Appendix B. ladsh Source Code.

Glossary.

Bibliography.

Index.

商品描述(中文翻譯)

描述:

《Linux 應用程式開發(第二版)》是所有經驗水平的 Linux 程式設計師的權威參考書,包括從其他作業系統轉移過來的 C 程式設計師。基於他們廣受好評的第一版,領先的 Linux 程式設計師 Michael Johnson 和 Erik Troan 系統性地介紹了學生創建穩健、安全、高效軟體或將現有程式碼移植到 Linux 所需的關鍵 API 和技術。

本書已全面更新至 Linux 2.6 核心、GNU C 函式庫版本 2.3、最新的 POSIX 標準以及第六版的單一 Unix 規範。其對 Linux 特定擴展和功能的深入涵蓋幫助學生充分利用當代 Linux 的全部功能。在此過程中,作者分享了針對任何近期 Linux 發行版和幾乎所有版本 Unix 的開發者的見解、技巧和竅門。

目錄:

表格清單。
程式碼範例。
前言。
I. 開始使用。
1. Linux 開發歷史。
簡短的自由 Unix 軟體歷史。
Linux 的發展。
Unix 系統的概念系譜。
Linux 系譜。
2. 授權和版權。
版權。
授權。
自由軟體授權。
3. 在線系統文檔。
man 頁面。
Info 頁面。
其他文檔。
II. 開發工具和環境。
4. 開發工具。
編輯器。
Make。
GNU 調試器。
程式行為追蹤。
5. gcc 選項和擴展。
gcc 選項。
標頭檔案。
6. GNU C 函式庫。
功能選擇。
POSIX 介面。
相容性。
7. 記憶體調試工具。
錯誤程式碼。
glibc 中包含的記憶體檢查工具。
使用 mpr 尋找記憶體洩漏。
使用 Valgrind 調查記憶體錯誤。
Electric Fence。
8. 創建和使用函式庫。
靜態函式庫。
共享函式庫。
設計共享函式庫。
建立共享函式庫。
安裝共享函式庫。
使用共享函式庫。
9. Linux 系統環境。
程式環境。
理解系統呼叫。
尋找標頭和函式庫檔案。
III. 系統程式設計。
10. 程式模型。
定義一個程式。
程式屬性。
程式資訊。
程式原語。
簡單子程式。
會話和程式群組。
l a d s h 簡介。
創建克隆。
11. 簡單檔案處理。
檔案模式。
基本檔案操作。
查詢和更改 inode 資訊。
操作目錄條目。
操作檔案描述符。
創建無名管道。
為 l a d s h 添加重定向。
12. 信號處理。
信號概念。
Linux(和 POSIX)信號 API。