Mindy wants to create a new subdirectory at ~/2019projects/projectx/projectplans to start storing the initial project plans for projectx. However, this is the first project she has worked on in 2019 and the 2019projects directory does not exist yet. Which of the following commands will create the higher level directories if they do not already exist?
A. mkdir -r ~/2019projects/project/projectplans
B. mkdir -p ~/2019projects/project/projectplans
C. mkdir --all ~/2019projects/project/projectplans
D. mkdir -v ~/2019projects/project/projectplans
Answer: B
You might also like to view...
If you are adding a hard drive to a system that already has a drive with Windows installed on it, what should you do?
A. Boot from the Windows setup DVD or USB to prepare the new drive. B. Boot Windows and use Disk Management to prepare the new drive. C. Use the BIOS setup screen to partition and format the new drive. D. Check that the new hard drive must use the same standard as the Windows drive.
Item A in the accompanying figure shows the name of the editable region.
Answer the following statement true (T) or false (F)
Tools in the Windows control panel always completely remove a software application from a PC.
Answer the following statement true (T) or false (F)
An action that is ____________ occurs only when a certain condition is true.
a. conditionally executed b. logically executed c. interactively driven d. truth bound