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.)

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.)

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

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *