Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective: The purpose of this assignment is to familiarize students with the command - line interface ( CLI ) in Windows 1 0 for directory

Objective: The purpose of this assignment is to familiarize students with the command-line interface (CLI) in Windows 10 for directory management. Students will practice using the tree command, creating directories and subdirectories, navigating through different directories, creating, copying, moving, renaming, and deleting files. Additionally, students will explore how to switch between letter drives using the CLI.
Creating Directories and Subdirectories:
On your Desktop, create a new directory named ITSC 1316 on the desktop.
Navigate into ITSC 1316 and create three subdirectories: Windows,Linux,, and "Code."
Navigating Through Subdirectories:
Open a command prompt
Use the cd command to navigate into the Windows directory.
Create a new text file named "WinReadMe.txt" using the echo command.
CD C:\Users\\Desktop\Window
echo This file located in the Windows directory. I used this directory to store all my assignments covering Windows> WinReadMe.txt
Create a new text file named "LinReadMe.txt" using the echo command.
CD C:\Users\\Desktop\Linux
echo This file located in the Linux directory. I used this directory to store all my assignments covering Windows>LinReadMe.txt
Navigate back to the ITSC 1316 using the cd command.
File Operations:
Create a new text file named "Notes.txt" in the Windows.
Copy "WinReadMe.txt" to the Notes.txt
Copy WinReadMe.txt to the Code directoy
In the Code directory copy "WinReadMe.txt" to the "CodeReadMe.txt."
Rename "WinReadMe.txt" to "Instructions.txt" in the Windows.
Open each directory with GUI and take a screenshot of the updated directory structure for documentation.
Understanding the Directory Structure:
Open the Command Prompt in Windows 10.
Navigate to your Desktop
Use the tree command to display the directory structure of the current working directory. Use the /F option
tree /F
Take a screenshot of the directory structure for documentation.
Deleting Files:
Delete "Instructions.txt" from the Windows.,
Navigate to the Linux subdirectory.
With GUI, create a new image file (you can use an image from the internet or create a simple one).
In the Linux directory, right click a white area and select New, the Bitmap Image
Delete the image file you created in the Linux subdirectory.
Take a before and after screenshot of the updated directory structure for documentation.
Switching Between Letter Drives:
Recall from the previous exercise, you created a couple of partitions and assigned them a letter for each partition.
Use the cd command to navigate to a different letter drive (e.g., D: or E:).
In whichever partition you choose, create a new directory and name it "Backup_Drive."
Navigate back to the original letter drive.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems Second East European Symposium Adbis 98 Poznan Poland September 1998 Proceedings Lncs 1475

Authors: Witold Litwin ,Tadeusz Morzy ,Gottfried Vossen

1st Edition

3540649247, 978-3540649243

More Books

Students also viewed these Databases questions

Question

How is the NDAA used to shape defense policies indirectly?

Answered: 1 week ago

Question

What aspects would it be impossible to capture?

Answered: 1 week ago

Question

Enhance your words with effective presentation aids

Answered: 1 week ago