Часть IV. Оболочка Bash

Содержание

17. Shell Basics
17.1. Starting a Shell
17.2. Entering Commands
17.3. Working with Files and Directories
17.4. Becoming Root
17.5. File Access Permissions
17.6. Useful Features of the Shell
17.7. Editing Texts
17.8. Searching for Files or Contents
17.9. Viewing Text Files
17.10. Redirection and Pipes
17.11. Starting Programs and Handling Processes
17.12. Important Linux Commands
18. Bash and Bash Scripts
18.1. What is «The Shell»?
18.2. Writing Shell Scripts
18.3. Redirecting Command Events
18.4. Using Aliases
18.5. Using Variables in Bash
18.6. Grouping And Combining Commands
18.7. Working with Common Flow Constructs
18.8. For More Information