answersLogoWhite

0


Best Answer

mkdir directory1 directory2 directory3 directory4 directory5

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Command line version:

  • mkdir subdirectoryname
  • mkdir "subdirectory name with spaces"
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create multiple directories in a directory in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which Linux command will delete a directory as well as all its files and sub directories?

rm -rv /path/to/directory


What the most important directories for Linux?

The Home directory is the most important one. All other directories, such as Documents, Pictures, Videos, and so on, stem from the Home directory.


How do you remove a full directory in Linux?

To remove a directory that is full with other files or directories, use the below command. rm -rf directory


How do you create a directory in Linux?

mkdir directoryname


What will be the commans to create sub directory Linux under aptech?

mkdir aptech/Linux


In Linux what are three commands you can use to create a subdirectory?

1. The most straightforward way to create a create a subdirectory in the current directory is mkdir name where name is the name of the new directory. 2. Another way is to move a directory and its descendants from somewhere else: mv path name where path is an absolute or relative pathname for an existing directory hierarchy, and name is the directory name it will be given in the current directory. 3. Various utilities for unpacking archives may create directories as they execute; for example cpio, tar, unzip etc.


Why does most versions of Linux and windows use the cde command to change directories?

Using cd (change directory) was the obvious choice.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


How do you create a local mount point in Linux?

All you need is to create an empty directory. That is your local mount point.


What does CD means in Linux os?

If by "CD" you mean the linux terminal command "cd", it stands for "change directory". It allows you to move from one directory to another. It's basically the same as Window's cd command.cd / will take you to the very first directory, which is the root directory. (Do not confuse this with /root directory)cd .. will take you one directory upcd ~ will take you to your (currently logged in user's) home directory, which is, (/home/)cd - will take you back to where you were before you change directories.


How do you create a directory with spaces in its name in Linux?

mkdir First\ Second\ Third\ Fourth\ FifthThat would create a folder / directory with the name First Second Third Fourth Fifth.


Why in Linux would there already be existing files or directories in my home directory?

Linux system is like a hotel apartment in which root or admin user is the manager of the hotel and every other user is a guest in the hotel which has some rooms and access to different part of the hotel based on their privileges every user have some rooms in their apartment. so in their home (directory) there is some predefined rooms (directories) for what they might need !