$ 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 "man mkdir " to see the Manual Page for this command.


Previous Home Page Next



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2024 MyWebUniversity.com ™