PrepAway - Latest Free Exam Questions & Answers

Which command or sequence of commands would have created the directory correctly?

Refer to the Exhibit. Jane is attempting to create a directory in which to store scripts. The exhibit shows the sequence of commands used by Jane and the resulting error that has occurred.
Which command or sequence of commands would have created the directory correctly? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
touch mydir; mkdir scripts

B.
mkdir -p ./mydir/scripts

C.
md ./mydir/scripts

D.
make -dir mydir/scripts

E.
mkdir ./mydir; mkdir ./mydir/scripts

F.
mkdir mydir; mkdir scripts


Leave a Reply