$ whatis mkdir

mkdir mkdir (1) - make directories


Examples:


To make the directory newdir you run the command below:

$ mkdir new

To make the three directories dir1/subdir-A/subdir-B all in one command, you run the command below:

$ mkdir -p dir1/subdir-A/subdir-B


Please click on " mkdir in PDF " format.

Please click on " mkdir in HTML " format.