Part I

Part I of this book, titled “Learning The Shell”, serves as a comprehensive introduction to interacting directly with your computer through the command line. It eliminates the need for graphical interfaces, enabling you to operate your system with precision and efficiency.

Chapter 1, “What is the Shell?”, provides a foundational understanding of the shell, demystifying its purpose and functionality. 
Chapter 2, “Navigation”, equips you with the skills to traverse your computer’s file system seamlessly. 
Chapter 3, “Exploring the System”, offers insights into the inner workings of your system, while 
Chapter 4, “Manipulating Files”, teaches you how to organize and manage files effectively. 
Chapter 5, “Working with Commands”, introduces you to the powerful commands that allow you to control your computer with precision.

Chapter 6, “Redirection”, explains how to manage data flow within your system, ensuring information is directed as needed. 
Chapter 7, “Seeing the World as the Shell Sees It”, provides a deeper understanding of how the shell interprets commands. 
Chapter 8, “Advanced Keyboard Tricks”, enhances your productivity with keyboard shortcuts and techniques.
 Chapter 9, “Permissions”, covers file and directory access control, ensuring security and proper management.

Chapter 10, “Processes”, delves into managing system tasks
Chapter 11, “The Environment”, focuses on configuring the shell to optimize your workflow. 
By the end of Part I, you will have mastered the essentials of the shell, empowering you to navigate and control your system with confidence.


Prev: Foreward | Next: Chapter 1