| The Workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice. Quiz | 1: | What command would you use to create an empty text file called friday.txt? | | 2: | What command would you use to rename friday.txt to saturday.txt? | | 3: | What command would you use to remove (delete) saturday.txt? | Answers| A1: | touch friday.txt | | A2: | mv friday.txt saturday.txt | | A3: | rm saturday.txt | Activities 1. | Spend some time exploring your Linux file system using ls and cd to visit directories, beginning with the root directory. | 2. | Practice creating, moving, and removing files, directories, and symbolic links in your home directory | |