146k views
18 votes
The command prompt is currently in the Old_Data folder. Which two commands can you use to create a new folder called Archive?

1 Answer

8 votes

Answer:

mkdir Archive

Step-by-step explanation:

Assuming that you want to create the new folder within the Old_Data folder then you would only need one command which is the mkdir command. This will create the folder inside the current location which in this case is the Old_Data folder. Like so...

mkdir Archive

Otherwise, you would first need to navigate to the folder that you want to create the new folder. You do this using the "cd /" to navigate to previouse directory and then to the one you want.

User Patt
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.