answersLogoWhite

0

don't know sorry i was just bored :)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which MS-DOS command is used to delete a directory and its sub directories in one pass?

To delete directory and sub directory in single command, use "deltree" command..


How delete commandcom from dos?

In DOS, you can delete files only by delete command. Use delete command as follows:C:\> delete For example: delete rajesh and then press enter..To remove a directory (Folder) use following command:C:\> RD For example: rd documents and then press enter..Note: Please make sure that directory is empty. You can only delete empty directory with rd command..


Which command is used to delete the directory that is empty?

erase


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.


Which two commands can you use to delete directories?

AFAIK there's only one command to delete a directory. "rmdir" Removes the directory. If you only want to delete the content of the directory you can use "del <dir name>"


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

rm -rv /path/to/directory


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 is the command tool that can create delete view and modify objects in active directory?

Dsadd


How do you delete test2 folder?

To delete the "test2" folder, you can use the command line or file explorer. In the command line, navigate to the directory containing "test2" and use the command rmdir /s /q test2 on Windows or rm -r test2 on macOS/Linux. Alternatively, you can right-click the "test2" folder in your file explorer and select "Delete" to remove it. Be cautious, as this action may permanently delete the folder and its contents.


What permission applied to a directory allows one to create and delete files within the directory?

Write permission (w)


Can command rmdir can be used to delete a directory that is not empty?

the commandrmdir will not remove a directory if it is not empty in UNIX. The correct way to remove a directory and all its contents recursively is with the rmcommand.


What is the purpose of rd command in command line interface?

The rd command, short for "remove directory," is used in command line interfaces to delete empty directories. It is commonly used in Windows Command Prompt and can be executed with options to remove multiple directories or to force the deletion of directories that contain files, depending on the specific syntax used. If a directory is not empty, the command will fail unless additional parameters, like /S, are specified to remove all contents.