Question
Linux Ubuntu: 1. Once Files are opened for you, double-click on Downloads folder to open it, and then create your own folder CPET-181_zainab_dashti by right-clicking
Linux Ubuntu:
1. Once Files are opened for you, double-click on Downloads folder to open it, and then create your own folder CPET-181_zainab_dashti by right-clicking inside Downloads folder. (replace zainab_dashti with students name and last name)
.
2.In previous step you were using GUI (Graphical User Interface) to create a folder. Now we are going to use CLI (Command Line Interface) to do the same. To do this click on icon Show applications like it is shown below and then type Terminal in the search bar:
Answer (Add your screenshots below):
3. Now using only, the commands of the terminal (CLI) create a folder CPET-181_zainab_dashti_2 inside CPET-181_Name_LastName which you created in previous steps. The following commands can be helpful for you:
Command | Description |
pwd | Checks the current working directory |
ls | Lists all folders and files in the current working directory |
cd folder_name | Navigates to folder_name folder inside the current working directory |
cd .. | Navigates to previous directory |
mkdir folder_name | Creates an empty folder with name folder_name inside the current working directory |
Answer (Add your screenshots below):
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started