Chapter 2. Linux Key Commands
This chapter covers Linux key commands for handling directories and files with examples on Ubuntu OS on AWS Lightsail.
The following lessons are covered in this chapter.
Lessons in this chapter
- Setting Up Linux Environment on AWS
- pwd (Print Working Directory)
- cd (Change Directory)
- ls (List Contents of Directory)
- mkdir (Make Directory)
- rmdir (Remove Directory)
- touch (Create File)
- rm (Remove File)
- mv (Move File and Directory)
- cp (Copy File and Directory)
- cat (Display File Content)
- sort (Sort File Contents)
- grep (Global Regular Expression Print)
- Regular Expression
- find (Find File and Directory)
- Wildcard
- ln (Create Link to File and Directory)