In the previous chapter, we dealt with package management within the Red Hat world. Particularly, we covered the yum, dnf, rpm, and yumex utilities.
In this chapter, our focus will shift toward file management. We will look at ways to work in the shell. We will work on creating, modifying, and removing files. Additionally, we will work with directories, illustrating how to create, move, and remove a directory. Next, we will touch upon performing searches for files and directories. Finally, we will cover pipes and redirects.
We will cover the following topics in this chapter:
- Viewing and moving files and directories in the CLI
- Creating, copying, moving, renaming, and removing files
- Creating and removing directories
- Finding files and directories
- Pipes and redirects