How to Create a directory inside a directory

linux basics 13
topic did not understood fully

Hi, Anirudh.

This is about creating the nested directory. Here we are creating one directory inside another, we are using -p to define which directory is the parent directory.
Here mkdir -p z/y/x will create a parent directory as z, then y and then x as its child directory.

All the best

Thank you.
I have another question.
For the file big.txt located in /cxldata/ folder, who is the owner and group?

I’ve answered it in separate thread. Thank you.