Mastering UNIX Shell Scripting (Paperback)
            
暫譯: 精通 UNIX Shell 腳本編寫 (平裝本)
        
        Randal K. Michael
- 出版商: Wiley
 - 出版日期: 2003-01-31
 - 售價: $1,350
 - 貴賓價: 9.8 折 $1,323
 - 語言: 英文
 - 頁數: 704
 - 裝訂: Paperback
 - ISBN: 0471218219
 - ISBN-13: 9780471218210
 - 
    相關分類:
    
      Command Line
 
已絕版
買這商品的人也買了...
- 
                
                  
                  
                Advanced Programming in the UNIX Environment (Hardcover)$1,230$1,205 - 
                
                  
                  
                計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 - 
                
                  
                  
                C 程式語言 (The C Programming Language, 2/e)$550$539 - 
                
                  
                  
                C++ Primer, 3/e 中文版$980$774 - 
                
                  
                  
                UML 使用手冊 (The Unified Modeling Language User Guide)$580$452 - 
                
                  
                  
                Thinking in Java 中文版 (Thinking in Java, 2/e)$920$727 - 
                
                  
                  
                LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 - 
                
                  
                  
                JavaScript 範例活用辭典$450$351 - 
                
                  
                  
                $3,420Agile Software Development: Principles, Patterns, and Practices (Hardcover) - 
                
                  
                  
                Sun Certified Programmer & Developer for Java 2 Study Guide, 2/e$1,800$1,710 - 
                
                  
                  
                C++ Builder 6 完全攻略$690$587 - 
                
                  
                  
                學 UML 的第1本書$280$218 - 
                
                  
                  
                Java 完美經典優質學習篇$750$638 - 
                
                  
                  
                資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)$760$600 - 
                
                  
                  
                ASP.NET 動態網頁入門與應用$490$387 - 
                
                  
                  
                Red Hat Linux 9 實務應用$650$553 - 
                
                  
                  
                802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)$760$600 - 
                
                  
                  
                ASP.NET 程式設計徹底研究$590$466 - 
                
                  
                  
                STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 - 
                
                  
                  
                重構─改善既有程式的設計$720$569 - 
                
                  
                  
                最新 Unix 指令語法辭典$390$304 - 
                
                  
                  
                鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 - 
                
                  
                  
                CCNA Self-Study: Interconnecting Cisco Network Devices (ICND) 640-811, 640-801, 2/e$2,220$2,109 - 
                
                  
                  
                人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 - 
                
                  
                  
                JSP 2.0 技術手冊$750$593 
商品描述
* Provides readers with end-to-end shell scripts that can be used to automate 
repetitive tasks and solve real-world system administration problems
* 
Targets the specific command structure for four popular UNIX systems: Solaris, 
Linux, AIX, and HP-UX
* Illustrates dozens of example tasks, presenting the 
proper command syntax and analyzing the performance gain or loss using various 
control structure techniques
* Web site includes all the shell scripts used 
in the book
Table of Contents
Acknowledgments.
Introduction.
Scripting Quick Start and Review.
Twelve Ways to Process a File Line by Line.
Automated Event Notification.
Progress Indicator Using a Series of Dots, a Rotating Line, or a Countdown to Zero.
File System Monitoring.
Monitoring Paging and Swap Space.
Monitoring System Load.
Process Monitoring and Enabling Preprocess, Startup, and Postprocess Events.
Monitoring Processes and Applications.
Creating Pseudo-Random Passwords.
Monitor for Stale Disk Partitions.
Automated Hosts Pinging with Notification.
Taking a System Snapshot
Compiling, Installing, Configuring, and Using sudo.
hgrep: Highlighted grep Script.
Print Queue Hell: Keeping the Printers Printing.
Automated FTP Stuff.
Finding "Large" Files.
Monitoring and Auditing User Key Strokes.
Turning On/Off SSA Identification Lights.
Pseudo-Random Number Generation.
Floating-Point Math and the bc Utility.
Scripts for Number Base Conversions.
Menu Program Suitable for Operations Staff.
Sending Pop-Up Messages from Unix to Windows.
Appendix A: What's on the Web Site.
Index.
商品描述(中文翻譯)
* 提供讀者端到端的 shell 腳本,可用於自動化重複性任務並解決實際的系統管理問題
* 針對四個流行的 UNIX 系統:Solaris、Linux、AIX 和 HP-UX 的特定命令結構
* 說明數十個範例任務,呈現正確的命令語法並分析使用各種控制結構技術的性能增益或損失
* 網站包含書中使用的所有 shell 腳本
**目錄**
致謝。
介紹。
腳本快速入門與回顧。
逐行處理檔案的十二種方法。
自動事件通知。
使用一系列點、旋轉線或倒數到零的進度指示器。
檔案系統監控。
監控分頁和交換空間。
監控系統負載。
進程監控及啟用前處理、啟動和後處理事件。
監控進程和應用程式。
創建偽隨機密碼。
監控過期的磁碟分區。
自動主機 ping 並發送通知。
拍攝系統快照。
編譯、安裝、配置和使用 sudo。
hgrep:高亮顯示的 grep 腳本。
列印佇列地獄:保持印表機運作。
自動化 FTP 相關操作。
尋找「大型」檔案。
監控和審計使用者鍵入的按鍵。
開啟/關閉 SSA 識別燈。
偽隨機數生成。
浮點數運算和 bc 工具。
數字基數轉換的腳本。
適合操作人員的選單程式。
從 Unix 發送彈出消息到 Windows。
附錄 A:網站上的內容。
索引。
