Your UNIX/Linux: The Ultimate Guide, 3/e (Paperback)

Sumitabha Das

  • 出版商: McGraw-Hill Education
  • 出版日期: 2013-01-01
  • 定價: $1,200
  • 售價: 9.5$1,140
  • 語言: 英文
  • 頁數: 760
  • 裝訂: 平裝
  • ISBN: 0071086293
  • ISBN-13: 9780071086295
  • 相關分類: Linux
  • 立即出貨 (庫存=1)

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

商品描述

  • Description
    Your UNIX/Linux: The Ultimate Guide, written with both users and programmers in mind, is the ultimate UNIX/Linux text. Both pedagogical tool and exhaustive reference, it is well-suited to any course that includes UNIX or Linux. A strong pedagogical framework sets it apart from similar texts and allows beginning students to gain a firm grasp of fundamental concepts, while chapters on advanced topics inspire the more experienced reader to move beyond the basics. Nearly a thousand exercises and self-test questions provide a way for students to test and reinforce their understanding of the material.
  • Features
    • While the chapter on vi/vim has been retained, the one on emacs has been condensed and relegated to an appendix. To make the transition to vi easier for beginners, Chapter 3 features the pico editor.
    • A separate chapter on the essentials of C programming has been added. The treatment, though brief, is just adeqate to understand the two chapters on Systems Programming that follow.
    • Chapter 15 now includes the popular Concurrent Version System (CVS), which is found on all Linux systems. SCCS and RCS continue to find place in this edition, but at least one of them would be removed in the next edition.
    • The GNU debugger (gdb) has been included in this edition since it is superior to dbx, even though the latter has been retained.
    • Over nine hundred self-test questions and exercises allow students to test and reinforce their understanding of key concepts. 
    • Scores of real-life examples prompt the reader to envision the practical application of UNIX in situations they are likely to encounter. 
    • Notes, Tips, and Caution boxes provide on-the-spot assistance to students. 
    • Linux coverage supplements generic coverage of UNIX in cases where Linux behaves differently. 
      Coverage of the Korn, bash, and C shells is featured in appendices.
    • Scores of tables, diagrams, and screen shots make the fundamentals of the Unix operating system more accessible to students. 
    • Money Saving eBook Available. To purchase an electronic eBook version of this title, visit www.CourseSmart.com (ISBN 0077374649). With the CourseSmart e Textbook version of this title, students can save money, reduce their impact on the environment, and access powerful web tools for learning. Faculty can also review and compare the full text online without having to wait for a print desk copy. 

商品描述(中文翻譯)



  • 描述

    Your UNIX/Linux: The Ultimate Guide, 這本書是為使用者和程式設計師而寫的,是一本終極的UNIX/Linux指南。它既是一個教學工具,也是一本詳盡的參考書,非常適合包含UNIX或Linux的任何課程。強大的教學框架使它與其他類似的書籍有所不同,讓初學者能夠牢固掌握基本概念,而高級主題的章節則激發有經驗的讀者超越基礎知識。近千個練習和自測問題提供了一種方式讓學生測試和鞏固對材料的理解。



  • 特點


    • 保留了關於vi/vim的章節,但將emacs的章節縮短並移到附錄中。為了讓初學者更容易過渡到vi,第3章介紹了pico編輯器。

    • 新增了一個關於C編程基礎的獨立章節。雖然簡短,但足以理解後面兩章的系統編程。

    • 第15章現在包括了流行的並行版本控制系統(CVS),該系統在所有Linux系統中都可以找到。SCCS和RCS仍然在本版中存在,但下一版中至少會刪除其中一個。

    • 這版中包含了GNU調試器(gdb),因為它比dbx更優秀,儘管dbx仍然保留。

    • 超過九百個自測問題和練習讓學生能夠測試和鞏固對關鍵概念的理解。

    • 大量的實際例子激發讀者想像UNIX在他們可能遇到的情況中的實際應用。

    • 註解、提示和注意事項方塊提供即時的幫助給學生。

    • 在Linux行為不同的情況下,Linux的內容補充了對UNIX的通用覆蓋範圍。附錄中包含了對Korn、bash和C shell的介紹。

    • 大量的表格、圖表和螢幕截圖使Unix操作系統的基礎對學生更易理解。


    • 提供省錢的電子書版本。要購買這本書的電子書版本,請訪問www.CourseSmart.com(ISBN 0077374649)。使用CourseSmart電子教科書版本,學生可以節省金錢,減少對環境的影響,並使用強大的網絡工具進行學習。教師也可以在線上查看和比較完整的文本,而不必等待印刷的樣書。



目錄大綱

  • Table of Contents
    Part I -- User UNIX 
    Chapter 1 Introducing UNIX 
    Chapter 2 Getting familiar with UNIX Commands 
    Chapter 3 The File System 
    Chapter 4 File Attributes 
    Chapter 5 The vi/vim Editor 
    Chapter 6 The Shell 
    Chapter 7 The Process 
    Chapter 8 The Shell - Customizing the Environment 
    Chapter 9 Simple Filters 
    Chapter 10 Filters Using Regular Expressions - grep and sed 
    Chapter 11 Networking and Internet Tools 

    Part II--Programmer UNIX 
    Chapter 12 Filtering and programming with awk 
    Chapter 13 Shell Programming 
    Chapter 14 A C Programming Primer 
    Chapter 15 Program Development Tools 
    Chapter 16 Systems Programming I - Files 
    Chapter 17 Systems Programming II - Process Control 
    Chapter 18 perl - The Master Manipulator 

    Part III -- System Administration 
    Chapter 19 System Administration

目錄大綱(中文翻譯)



  • 目錄

    第一部分 -- 使用者UNIX 

    第1章 介紹UNIX 

    第2章 熟悉UNIX指令 

    第3章 檔案系統 

    第4章 檔案屬性 

    第5章 vi/vim編輯器 

    第6章 Shell 

    第7章 行程 

    第8章 Shell - 自訂環境 

    第9章 簡單過濾器 

    第10章 使用正規表示法的過濾器 - grep和sed 

    第11章 網路和網際網路工具 



    第二部分 -- 程式設計師UNIX 

    第12章 使用awk進行過濾和程式設計 

    第13章 Shell程式設計 

    第14章 C程式設計入門 

    第15章 程式開發工具 

    第16章 系統程式設計I - 檔案 

    第17章 系統程式設計II - 行程控制 

    第18章 perl - 大師級操作者 



    第三部分 -- 系統管理 

    第19章 系統管理