Exercise: Creating directories

Read the man page for mkdir to find out what the -p option does.

Use it to create the following set of directories with a single command:

~/bread
|--focaccia
|--naan

Next activity: Assessments - Working with files and directories quiz.