The command to create 2 levels of directories is

a: mkdir -p level-1/level-2
b: mkdir -l level-1/level-2
c: mkdir -2 level-1/level-2
d: mkdir -h level-1/level-2
e: mkdir -p level-1 level-2

a: mkdir -p level-1/level-2

Computer Science & Information Technology

You might also like to view...

A facial-recognition scanner is an example of a biometric authentication device

Indicate whether the statement is true or false

Computer Science & Information Technology

When creating a query, the criteria are the conditions used to select the desired records

Indicate whether the statement is true or false

Computer Science & Information Technology