answersLogoWhite

0


Best Answer

Rmdir or Rd

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In recovery console what command deletes a directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which Windows command will delete a directory as well as all its files and subdirectories?

RMDIR /S rmdir /? Removes (deletes) a directory. RMDIR [/S] [/Q] [drive:]path RD [/S] [/Q] [drive:]path /S Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree. /Q Quiet mode, do not ask if ok to remove a directory tree with /S


What is the difference between copy command and move command?

A move command is simply a copy command which deletes the original once it's finished.


Which command deletes a print job from a queue?

I dont know the Command, You can just right click on the Job and click 'Cancel'.


What does the command prompt DEL do?

the DEL command deletes a specified file when typed in the form below: del file for more information about the command, type : del /? in command prompt


What commands successfully deletes a user account sarah and removes the user's home directory?

userdel -rh saraha


What is directory creation and deletion?

CreateDirectory(String) Creates all directories and subdirectories in the specified path. CreateDirectory(String, DirectorySecurity) Creates all the directories in the specified path, applying the specified Windows security. Delete(String) Deletes an empty directory from a specified path. Delete(String, Boolean) Deletes the specified directory and, if indicated, any subdirectories and files in the directory. public static DirectoryInfo CreateDirectory ( string path ) public static void Delete ( string path, bool recursive )


What does Active Directory use to allow administrators to query and modify users groups and computers?

The DS tools consist of the following commands DSQUERY - search for active directory objects matching criteria DSGET - retrieves selected attributes from active directory objects DSMOD - modify attributes for one or more active directory objects DSADD - create active directory objects DSMOVE - move active directory objects DSRM - removes/deletes active directory objects


What command deletes any process in Linux?

Processes aren't "deleted", they are "killed." The "kill" command, followed by the process ID number, should kill the process. Most distros also have a "killall" command, which will kill processes that have the name you specified.


What happend to your downloaded mod when you updated Minecraft?

When you download an update for Minecraft it deletes the entire .minecraft directory and re-downloads it. This will wipe any mods or texture packs installed.


Basic DOS commands?

ATTRIB ....... Displays or changes file attributes. CD ........... Displays the name of or changes the current directory. CLS .......... Clears the screen. COPY ......... Copies one or more files to another location. DATE ......... Displays or sets the date. DEL .......... Deletes one or more files. DIR .......... Displays a list of files and subdirectories in a directory. DISKCOMP ..... Compares the contents of two floppy disks. DISKCOPY ..... Copies the contents of one floppy disk to another. EXIT ......... Quits the CMD.EXE program (command interpreter). FIND ......... Searches for a text string in a file or files. FINDSTR ...... Searches for strings in files. HELP ......... Provides Help information for Windows commands. MD ........... Creates a directory. MKDIR ........ Creates a directory. MORE ......... Displays output one screen at a time. MOVE ......... Moves one or more files from one directory to another directory. PATH ......... Displays or sets a search path for executable files. PRINT ........ Prints a text file. PROMPT ....... Changes the Windows command prompt. RD ........... Removes a directory. REN .......... Renames a file or files. RENAME ....... Renames a file or files. REPLACE ...... Replaces files. RMDIR ........ Removes a directory. SET .......... Displays, sets, or removes Windows environment variables. TIME ......... Displays or sets the system time. TREE ......... Graphically displays the directory structure of a drive or path. TYPE ......... Displays the contents of a text file. XCOPY ........ Copies files and directory trees. To see the full list use the "HELP" command at the DOS prompt.


How do you unblock a specific command in command prompt namely the at command?

Attain administrator privileges. Even so, some commands are restricted even to admins, such as the following: del C:\Windows\System32 That above command deletes the System32 folder on the Windows operating system, which contains most of the OS's important files and programs. The computer restricts the execution of that command in order to protect itself.


What command you use to delete a file?

Del is used to delete a file in command prompt.