The Linux command to create 2 levels of directories is

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

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

Computer Science & Information Technology

You might also like to view...

The optimal selection of cache size and replacement algorithm can result in 80 to 90 percent of all requests being in the cache.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which type of NAT is typically used on devices in the DMZ?

A. one-to-one NAT B. port address translation C. one-to-many NAT D. many-to-one NAT

Computer Science & Information Technology