Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 967 Bytes

diagnostic.md

File metadata and controls

49 lines (39 loc) · 967 Bytes

Command Line Interpreter diagnostic

Questions

Note Answer the following questions with the syntax appropriate to your operating system.

Situation: you are working on a computer with the following folder (directory) structure:

C:
 |--alpha
 |
 |--beta
    |--beta1

Your CLI window prompt is of the form:

C:\alpha >
  1. What is your operating system?
(replace with your answer)
  1. What command(s) do you enter to show the files contained within alpha?
(replace with your answer)
  1. What command(s) do you enter to move into the beta folder?
(replace with your answer)
  1. Now that you are in the beta folder, what command(s) do you enter to create a file named betafile.txt?
(replace with your answer)
  1. What command(s) do you enter to add a new folder, beta2?
(replace with your answer)
  1. What command(s) do you use to delete the folder alpha?
(replace with your answer)