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 >
- What is your operating system?
(replace with your answer)
- What command(s) do you enter to show the files contained within
alpha
?
(replace with your answer)
- What command(s) do you enter to move into the
beta
folder?
(replace with your answer)
- Now that you are in the
beta
folder, what command(s) do you enter to create a file namedbetafile.txt
?
(replace with your answer)
- What command(s) do you enter to add a new folder,
beta2
?
(replace with your answer)
- What command(s) do you use to delete the folder
alpha
?
(replace with your answer)