Linux Bible

来源:互联网 发布:办公笔记本电脑 知乎 编辑:程序博客网 时间:2024/05/04 14:36

Chapter 3 Using the Shell

01 About Shells and Terminal Windows: Understanding the Linux Shell

02 Choosing Your Shell: Using the shell from consoles or terminals

03 Running Commands: Using commands

04 Recalling Commands Using Command History: Using command history and tab completion

05 Connecting and Expanding Commands: Connecting and expanding commands

06 Using Shell Variables: Understanding variables and aliases

07 Creating Your Shell Environment: Making shell settings permanent

08 Getting Information about Commands: Using man pages and other documentation


Chapter 4 Moving around the Filesystem

01 Using Basic Filesystem Commands: Learning about the Linux filesystem

02 Using Metacharacters and Operators: Listing file and directory attributes

03 Listing Files and Directories: Making files and directories

04 Understanding File Permissions and Ownership: Listing and changing permission and ownership

05 Moving, Copying, and Removing Files: Making copies and moving files


Chapter 5 Working with Text Files

01 Editing Files with vim and vi: Using vim and vi to edit text files

02 Finding Files: Searching for files

                               Searching in files


Chapter 6 Managing Running Processes

01 Understanding Processes

02 Listing Processes

03 Managing Background and Foreground Processes: Running processes in the foreground and background

04 Killing and Renicing Processes: Killing and renicing processes

05 Limiting Processes with cgroups


Chapter 7 Writing Simple Shell Scripts

01 Understanding Shell Scripts: Working with shell scripts

                                                          Doing arithmetic in shell scripts

                                                          Running loops and cases in shell scripts

                                                          Creating simple shell scripts

0 0