How to Make a New Directory In Linux
To create a directory using the **_mkdir _**command in linux with terminal.
Note : To create a hidden directory, follow our guide on how to show and create hidden files in Linux.
How to Create Multiple Directories with mkdir
If you want to create multiple directory at once command. So, you can use a single mkdir command to create multiple directories at once.
Note that, Do not add any spaces in the curly brackets for the directory names.
How to Make Parent Directories
Note that, you can use ls -R  to display the recursive directory tree in linux. And Without the -p  option, the terminal returns an error if one of the directories in the string does not exist.

#linux #directories #command #mkdir command

Using the mkdir command, you can create directories in Linux
1.05 GEEK