Creating directories

Use the md command to create a new directory in the local file system, one level at a time.

Enter the cd command to navigate to different directories.

Use the following CLI syntax to create a new directory:

file> 
        md file-url

Example: Creating directories command syntax

file cf1:\ # md test1
    file cf1:\ # cd test1
    file cf1:\test1\ # md test2
    file cf1:\test1\ # cd test2
    file cf1:\test1\test2\ # md test3
    file cf1:\test1\test2\ # cd test3
    file cf1:\test1\test2\test3 #