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


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.


How do you delete user account password in the cmd?

You can not do it in a windows command line.


What does the rmdir -rf quake command do in Linux?

It would delete the directory ./quake, and all of it's contents.