answersLogoWhite

0


Best Answer

mkdir First\ Second\ Third\ Fourth\ Fifth

That would create a folder / directory with the name First Second Third Fourth Fifth.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

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

How do you create multiple directories in a directory in Linux?

mkdir directory1 directory2 directory3 directory4 directory5


What are some commands to make a sub directory in Linux?

mkdir directoryname mkdir "directory name with spaces"


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.


What is the name of the Linux top level directory of the file system?

The /, or root directory.


What will be the name of home directory of user 'Govind' in Linux?

it will be of the name which is selected by Govind.....


What are the advantages of a Linux name with spaces in it?

Readability to the human eye


What is the command is used to remove directory in Linux?

Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.


What does a dot preceding a file name in Linux mean?

It means that the file or directory is used for application settings.


What does an absolute path-name look like in Linux?

It is the path as relative to the topmost directory, /. For example, /usr/bin is absolute, but ../bin is relative (Means "the directory 'bin' in the parent of the current directory.")


What is etc in Linux?

it is a configaration directory in unix system.max file is in form of database.for example file /ect/passwd is kept information of user name,gruop name,uid,gid, home directory and shell.


How do you create a folder by using terminal in ubuntu?

mkdir directory-name


What is the symbol of root directory?

In Windows: "", the so-called backslash. Usually after the drive name, as in "C:" In Linux and UNIX: "/", the slash.