answersLogoWhite

0

mkdir directoryname

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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

mkdir aptech/Linux


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.


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.


What is the main file directory in Linux?

It is the Home Directory.


Where is the Linux root directory located?

The root directory is usually /.


What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


How are directory paths indicated in Linux?

The root directory is /. The home directory is /home/user.


How do you move files to a directory in Linux?

mv file /path/to/directory


What is the Linux Filesystem hierarchy used for?

The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.


How do you change path in Linux?

You change the current working path directory in Linux by issuing the cd command, followed by the directory you want to change to. For example:cd /dev/inputwould take me to the that directory.


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

The /, or root directory.