answersLogoWhite

0

What is rmdir used for?

Updated: 8/18/2019
User Avatar

Wiki User

11y ago

Best Answer

Tor baap

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is rmdir used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Abbreviations of rmdir?

Abbreviation of EP ROM


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


In recovery console what command deletes a directory?

Rmdir or Rd


The Rmdir command displays or changes the read-only archive system and hidden attributes assigned to files?

False. It is used to remove directories, that contain no files, subdirectories, and it cannot be the current directory. Source: CompTIA A+ Guide to Managing & Maintaing your PC, 6e. Page 641


Which command would you use to remove a directory on a UNIX server?

rmdir


How to Delete directories and files in C?

OS-dependent, but often unlink and rmdir.


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.


My computer doesn't have a delete option for a certain program How do i delete it?

If you can't find the uninstall button, then go Start->Accessories->Command Prompt and then type RMDIR pathofprogram. An example might be like this: RMDIR C:\Program Files\Cant Uninstall Me


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

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


What is the command to remove a subdirectory?

$ rm -rf *NOTE:I would strongly recommend that you verify your PWD is exactly where you want it to be before the executing the above command, otherwise, depression, dispair or sadness may follow.


Why did the rmdir command fail's that a directory bar exists. The command rmdir bar fails with the message that the directory is not empty. On running ls bar no files are displayed?

This could mean that the directory named bar has hidden contents. Use ls -a bar to show all contents of bar.