Question: Use a single Linux command to create a directory structure where a child folder is inside a parent folder, which is inside a grandparent folder.
Use a single Linux command to create a directory structure where a child folder is inside a parent folder, which is inside a grandparent folder. The structure would look like this:
your current directory
grandparent
parent
child
Note: Don't include a forward slash at the beginning of the directory path because that will attempt to create your directory structure within the root directory of the system forward slash refers to the root directory within your file system
Copypaste the command you used to create the directory structure:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
