Easy Linux Commands: Working Examples of Linux Command Syntax
暫譯: 簡易 Linux 指令:Linux 指令語法的實作範例
Jon Emmons, Terry Clark
- 出版商: Rampant Tech Press
- 出版日期: 2014-04-19
- 售價: $1,280
- 貴賓價: 9.5 折 $1,216
- 語言: 英文
- 頁數: 250
- 裝訂: Paperback
- ISBN: 0975913506
- ISBN-13: 9780975913505
-
相關分類:
Linux
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$650$429 -
$580$568 -
$1,519A Practical Guide to Linux Commands, Editors, and Shell Programming
-
$775Microarrays for an Integrative Genomics (Paperback)
-
$880$695 -
$650$507 -
$680$449 -
$690$545 -
$450$351 -
$580$493 -
$2,030$1,929 -
$650$585 -
$350$298 -
$880$695 -
$650$514 -
$990$891 -
$580$452 -
$490$323 -
$750$593 -
$600$480 -
$580$458 -
$880$748 -
$650$553 -
$590$460 -
$1,180$1,003
相關主題
商品描述
Description:
Linux is one of the most robust and complex operating systems ever created, and the Linux professional must master complex commands, arguments and scripting syntax.
For beginners and experts alike, this condensed book is an indispensable guide for using Linux commands. Filled with working examples, this reference will get you started fast in maintaining any Linux server.
Written by a working Linux administrator, this quick reference has working examples of all of the Linux commands that you need to manage your Linux environment.
Best of all, this great book contains all of the common Linux shell commands to allow you to quickly locate errors and monitor your filesystem environment.
Table of Contents:
CHAPTER 1 - Directory and File Commands
What is Linux?
The Linux kernel
The Many Breeds of Linux
Red Hat Enterprise Linux
Fedora
Ubuntu
Mileage May Vary
What is a shell?
The bash shell
Getting to the shell
A few quick tips
No news is good news
Tab completion
Repeating recent commands with the up arrow
Getting More Help
Man Pages
Info
Conclusions
CHAPTER 2 - Important Files and Directories
Directory Structure
Directory Commands
What Directory am I In?
Creating New Directories
Deleting Directories
Renaming directories
Navigating the Directory Tree
Listing Directory Contents
Disk Usage of a Specific Directory
File Commands
Creating an Empty File
A Brief Discussion about Wildcards
Deleting Files
Preventing Accidental File Deletion
Deleting Files Using File Properties
Moving and Renaming Files
Archiving directories and files
A Warning about Relative and Absolute Paths in tar
Combining Files
Displaying file contents
Displaying Beginning Lines of a File
Displaying Ending Lines of a File
Display Active Writes to a File
Display a Hex Dump of a File
Creating a Symbolic Link to a File
Remote file copy
Conclusions
CHAPTER 3 - File and Directory Security
Home Directory
Hidden ?Dot??Files
Important System Files
Important Directories
Conclusions
File Security Model
File Permissions
Change File Ownership
Change Group Ownership
Change User Ownership
Changing File Permissions
Permissions on Directories
Setting Default Permissions Using a File Mask
Special modes
ACLs ??Access Control Lists
Logging on to another Group
Conclusions
CHAPTER 4 - Linux Search Tools
Finding files using attributes
Using Simple ls Command Options
Sample directory
Finding the File Last Touched (Modified) in a Directory
Finding the File with the Last Attribute Change
Finding the File Last Accessed in a Directory
Finding the Largest Files in a Directory
Finding the Smallest Files in a Directory
Using the find Command
Finding Files by Age
Finding Files > Years Old
Finding Any Files Modified in the Past Days
Finding txt Files Modified in the Past Days
Find files by size
Finding Files Larger than k
Doing things with what we find
Finding txt Files < Days Old and Delete Them
Dealing with "Permission denied" in find
Finding a String within a Text File
Finding the Full Directory Path for a Command
Find the Directory Path for emacs and sort
Finding the Location of Program Binary Source Manual Pages for emacs and sort
Finding Strings in Binary Files
Find All Strings in the Binary File
Finding Occurrences of a String in a Binary File
Finding Strings in Multiple Files
Finding a File Containing a Particular Text String
Find processes
Finding Process Information by Process ID
Find Processes Belonging to a Specific User
ConclusionsCHAPTER 5 - The vi Editor
Inside vi
Editor Modes of Operation
Starting vi
Exiting vi
Changing from command to insert Mode
Saving the file
Moving the Cursor Around the File
Deleting Text
Searching for Text Strings
Cutting Copying and Pasting Text
Undo and Other Useful Commands
vi Reference
Conclusions
CHAPTER 6 - Shell Scripts
Programming with Linux
What is a shell?
Command Aliases
Why use shell scripts?
Getting Started with a Simple Shell Script
Shell variables
User Defined Variables
Evaluating Expressions
Using Quotes in Shell Scripts
Exit Status
The read Statement
Command Line Arguments
Redirection of Standard Input & Output
Pipes
Conditional Statements
The if condition
Using the test Command or [ expression ]
Loops
for loop
while loop
The case Statement
Linux Command Summary
Chapter Summary
CHAPTER 7 - Scheduling Jobs with crontab
The cron Daemon
crontab Options
The Format of the crontab File
Environment variable settings
crontab Command Lines
Chapter Summary
Shutting Down and Changing Runlevels
Adding and Removing Users
Get Process Status
Find Processes by Pattern or User
Display the Most Active Processes
Kill a Process
Kill Processes Using a Pattern
Kill All Processes Owned By a Particular User
Logged In User Information
Who Am I?
Switch to a Different User
Conclusion
CHAPTER 8 - Linux Administrator Commands
Linux Hardware
CPU Related Information
Display the Number of Processors in the Server
Displaying the Total RAM on the Linux system
Top Memory and CPU Users
Paging and Swapping Devices
Kernel Parameters
CHAPTER 9 - Monitoring Memory and Processor
Server monitoring commands
Interactive Statistics using the top Utility
Displaying Multi-Processor Statistics
Displaying I/O Statistics
Displaying Virtual Memory Statistics
Conclusion
CHAPTER 10 - Disk and Filesystem Commands
Displaying File System Information
Creating a File System
Installing a disk
Partition the New Disk
Format the New Disk
Mount the New Disk
Working with the File System Table
LVM: The Logical Volume Manager
Conclusion
Book SummaryIndex
商品描述(中文翻譯)
描述:
Linux 是有史以來最強大且最複雜的作業系統之一,Linux 專業人員必須掌握複雜的命令、參數和腳本語法。
對於初學者和專家來說,這本精簡的書籍是使用 Linux 命令的不可或缺的指南。書中充滿了實用範例,這本參考書將幫助您快速開始維護任何 Linux 伺服器。
這本快速參考書由一位現任的 Linux 管理員撰寫,包含了管理 Linux 環境所需的所有 Linux 命令的實用範例。
最棒的是,這本優秀的書籍包含了所有常見的 Linux shell 命令,讓您能夠快速定位錯誤並監控您的檔案系統環境。
目錄:
第一章 - 目錄和檔案命令
什麼是 Linux?
Linux 核心
Linux 的多種版本
Red Hat Enterprise Linux
Fedora
Ubuntu
使用情況可能有所不同
什麼是 shell?
bash shell
進入 shell
幾個快速提示
沒有消息就是好消息
Tab 完成
使用上箭頭重複最近的命令
獲取更多幫助
手冊頁
資訊
結論
第二章 - 重要檔案和目錄
目錄結構
目錄命令
我在哪個目錄?
創建新目錄
刪除目錄
重新命名目錄
導航目錄樹
列出目錄內容
特定目錄的磁碟使用情況
檔案命令
創建空檔案
關於通配符的簡要討論
刪除檔案
防止意外刪除檔案
使用檔案屬性刪除檔案
移動和重新命名檔案
檔案和目錄的歸檔
有關 tar 中相對路徑和絕對路徑的警告
合併檔案
顯示檔案內容
顯示檔案的開頭行
顯示檔案的結尾行
顯示對檔案的活動寫入
顯示檔案的十六進位轉儲
創建檔案的符號連結
遠端檔案複製
結論
第三章 - 檔案和目錄安全性
主目錄
隱藏的點檔案
重要的系統檔案
重要的目錄
結論
檔案安全模型
檔案權限
更改檔案擁有權
更改群組擁有權
更改使用者擁有權
更改檔案權限
目錄的權限
使用檔案遮罩設置預設權限
特殊模式
ACLs - 存取控制清單
登錄到另一個群組
結論
第四章 - Linux 搜尋工具
使用屬性查找檔案
使用簡單的 ls 命令選項
範例目錄
查找目錄中最後修改的檔案
查找最後屬性更改的檔案
查找目錄中最後訪問的檔案
查找目錄中最大的檔案
查找目錄中最小的檔案
使用 find 命令
按年齡查找檔案
查找超過幾年的檔案
查找過去幾天內修改的任何檔案
查找過去幾天內修改的 txt 檔案
按大小查找檔案
查找大於 k 的檔案
對我們找到的東西進行操作
查找小於幾天的 txt 檔案並刪除它們
處理 find 中的「權限被拒絕」
在文本檔案中查找字串
查找命令的完整目錄路徑
查找 emacs 和 sort 的目錄路徑
查找 emacs 和 sort 的程式二進位檔手冊頁的位置
在二進位檔案中查找字串
查找二進位檔案中的所有字串
查找二進位檔案中某個字串的出現次數
在多個檔案中查找字串
查找包含特定文本字串的檔案
查找進程
按進程 ID 查找進程資訊
查找屬於特定使用者的進程
結論
第五章 - vi 編輯器
vi 內部
編輯器操作模式
啟動 vi
退出 vi
從命令模式切換到插入模式
保存檔案
在檔案中移動光標
刪除文本
查找文本字串
剪切、複製和粘貼文本
撤銷和其他有用的命令
vi 參考
結論
第六章 - Shell 腳本
使用 Linux 編程
什麼是 shell?
命令別名
為什麼使用 shell 腳本?
從簡單的 shell 腳本開始
Shell 變數
使用者定義變數
評估表達式
在 Shell 腳本中使用引號
退出狀態
read 語句
命令行參數
標準輸入和輸出的重定向
管道
條件語句
if 條件
使用 test 命令或 [ 表達式 ]
循環
for 循環
while 循環
case 語句
Linux 命令摘要
章節摘要
第七章 - 使用 crontab 排程作業
cron 守護進程
crontab 選項
crontab 檔案的格式
環境變數設置
crontab 命令行
章節摘要
關閉和更改運行級別
添加和刪除使用者
獲取進程狀態
按模式或使用者查找進程
顯示最活躍的進程
終止進程
使用模式終止進程
終止所有由特定使用者擁有的進程
登錄使用者資訊
我誰?
切換到不同的使用者
結論
第八章 - Linux 管理員命令
Linux 硬體
CPU 相關資訊
顯示伺服器中的處理器數量
顯示 Linux 系統上的總 RAM
最高記憶體和 CPU 使用者
分頁和交換設備
核心參數
第九章 - 監控記憶體和處理器
伺服器監控命令
使用 top 工具的互動統計
顯示多處理器統計
顯示 I/O 統計
顯示虛擬記憶體統計
結論
第十章 - 磁碟和檔案系統命令
顯示檔案系統資訊
創建檔案系統
安裝磁碟
對新磁碟進行分區
格式化新磁碟
掛載新磁碟
處理檔案系統表
LVM:邏輯卷管理器
結論
書籍摘要
索引