answersLogoWhite

0


Best Answer

mkdir LABS

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command to create a new directory called LABS directly under the current directory you are in if i was i the c directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What would you type at a command prompt to execute a program called sampleprog in your current directory if the current directory is not in your path statement?

./sampleprog


How to create a new directory called letters directly under the current directory?

The 'mkdir' program is used. $ mkdir letters


What is the output of the command file file in unix?

Assuming you had a file called 'file' in the current working directory it would try to guess what type of file it is, based on its contents.


What command would you use to create a directory called testcopy?

mkdir testcopy


What does the command CD do?

CD stands for "change directory". For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".


What command is used to create a suddirectory and change the current directory and to remove a subdirectory?

If for example we wanted to make i subdirictory called foo in Linux or UNIX it you use mkdir foo to change into it you would use CD foo to remove the directory rmdir foo but this will only work if the directory is empty to remove the directory called foo when it is not empty use rm -rf foo but please be sure this is what you really want to do.


What the asterix is for In ms dos?

"Asterix is not a command.. Its a comic character.." Actually asterix is also a so called wildcard character in MS-DOS. It replaces a whole series of characters related to file name, extension or both. For example, if you want to delete all files named "list" from a current directory (no matter what type those files are) use the following command: del list.* In case you want to delete all files with .txt extension from the current directory, use: del *.txt Or if you want to delete all files in the directory no matter what type they are or what they were called, use: del *


What is a virtual directory?

virtual directory are that directory throgh which we map to location of the directory.suppose you need to make a directory on a place but we dont have the sufficient place for creating directory then for mapping the directory on that place we create directoy on different location and map to current location.this is called virtual directory.


What is the output of mkdir DesktopCS604 in Linux?

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


What is the name of a DOS command that creates a directory called MYDIRECTORY?

The DOS commands for creating new directories is either MKDIR or MD.


What are the combinations such as alt plus f4 and ctrl plus c called?

They are called accelerators. They are shortcut keystrokes that bypass the command menu system and call the associated command directly.


Difference between directory and sub directory in dos?

A directory within an existing directory is called a sub directory.