LAB EXERCISE 1 - 2023T1 Please include the following in your lab writeup: - Your full name and Student ID. - Clearly labelled answers to the questions from "Exercises to Complete" - Report is submitted in electronic form as a TXT file. - Includes the COMMANDS and the output. FULL NAME : first_name last_name STUDENT ID: -------------------------------------------------------------- 1. Change your command prompt to show the server machine you are logged into and your current working directory. 2. Use the ls command from the root (/) directory to explore the directory structure of Linux. Pick THREE directories under root to explore. Move to each of the directories with the cd command and run pwd to verify where you are in the directory structure. 3. Use the whoami command to verify which user you are logged in as. 4. Change your working directory to the lab01 directory you created earlier. Create a new directory called hackerdirectory within it and create a new file in that directory named hackedfile. Now copy that file to your home directory and rename it secretfile. 5. Change your working directory to the lab01 directory you created earlier. Download the file located at https://www.gutenberg.org/files/36/36-0.txt. Display the first sixteen and last five lines. 6. Create a hidden file in the lab01 directory containing the phrase "You can't find me". Use the ls and cat commands to show that it exists. Please include the following in your lab writeup: - Lab number, your full name and Student ID. - Clearly labelled answers to the questions (Core 1, Challenge 99, etc). - Include the COMMAND used at each step and the corresponding output. - Report is submitted in electronic form as a .txt file.