Objectives
- Navigating the file system
- Listing files
- Renaming and moving files
- Relative paths & absolute paths
- Running commands
Lab Details
- Open a Terminal window.
- Create the following folder structure using command line commands:
/tmp/lab3. List the commands below: - Using a terminal-based text editor of your choice, create a file
/tmp/lab3/hello.txtthat contains the message “Hello World!!!!”. List the commands below: - Using command line commands, change the name of the file to
cloudLab3.txt. List the commands below: - Using command line commands, copy
cloudLab3.txtto a new file namedcloudLab3Duplicate.txt. List the commands below: - Delete the
cloudLab3Duplicate.txtfile using command line commands. List the commands below: - Take a screenshot of this page with your answers filled in for your lab submission.
What did I learn?
- How to navigate and work with the Unix terminal
- Execute commands from the terminal