Home /
Expert Answers /
Computer Science /
use-a-single-linux-command-to-create-a-directory-structure-where-a-child-folder-is-inside-a-parent-pa768
(Solved):
Use a single Linux command to create a directory structure where a child folder is inside a parent ...
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 L child Note: Don't include a / at the beginning of the directory path, because that will attempt to create your directory structure within the root folder of the system. Copy-paste the command you used to create the directory structure: Question 12 Use a Linux command to go into the child directory, assuming that you are in the grandparent directory. Copy-paste the command you used: