The Linux Shell and Filesystem
Understanding the Linux filesystem, file management fundamentals, and the basics of the Linux shell and command-line interface (CLI) is essential for a modern-day Linux professional.
In this chapter, you will learn how to use the Linux shell and some of the most common commands in Linux. You will learn about the structure of a basic Linux command and how the Linux filesystem is organized. We’ll explore various commands for working with files and directories. Along the way, we’ll introduce you to the most common command-line text editors. We hope that by the end of this chapter, you’ll be comfortable using the Linux CLI and be ready for future, more advanced explorations. This chapter will set the foundation for using the Linux shell, and for more information about the shell, go to Chapter 8, Linux Shell Scripting.
We’re going to cover the following main topics:
- Introducing the Linux shell
- The Linux filesystem...