answersLogoWhite

0

What else can I help you with?

Related Questions

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?

mkdir LABS


How can you create a directory in dos command line?

MKDIR


What is the output of mkdir DesktopCS604 in Linux?

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


DOS command to create and move to the newly created directory?

You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.


What command did you use to create directory?

mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.


Which Linux command is equivalent to Windows' MD command?

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


Which permission will allow you to execute touch command in a directory?

To execute the touch command in a directory, you need write permission on that directory. This permission allows you to create or modify files within the directory. Additionally, you also need execute permission on the directory itself to access it and perform operations within it. Without these permissions, you won't be able to create or change files using the touch command.


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What is the use of MD command?

The MD command, short for "Make Directory," is used in command-line interfaces, such as Windows Command Prompt and Unix/Linux shell, to create a new directory (or folder). By specifying a name after the command, users can establish a structured hierarchy for file organization. For example, typing md new_folder would create a directory named "new_folder" in the current location. It can also create multiple directories at once if multiple names are provided.


What is dcpromo?

dcpromo is command u have to write it in Run to create a new domain controller and create active directory


What is the command tool that can create delete view and modify objects in active directory?

Dsadd


What CLI command is used to create a subdirectory?

MD nameofdirectory. MD stands for Make Directory.