answersLogoWhite

0

rm -rv /path/to/directory

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you remove a full directory in Linux?

To remove a directory that is full with other files or directories, use the below command. rm -rf directory


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

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


Why does most versions of Linux and windows use the cde command to change directories?

Using cd (change directory) was the obvious choice.


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.


How do you create multiple directories in a directory in Linux?

mkdir directory1 directory2 directory3 directory4 directory5


Which Linux command is equivalent to Windows' MD command?

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


What command would you use to find where executable file resides of the system in Linux?

"find / -executable" will search the root directory for executables. Not that this will also show directories that are accessible.


What is the Linux command for displaying a working directory?

The command pwd displays your current/present working directory.


What the most important directories for Linux?

The Home directory is the most important one. All other directories, such as Documents, Pictures, Videos, and so on, stem from the Home directory.


What Linux commands make your home directory the working directory?

the command 'cd ~' will get you there .


What is the Linux command used to list the contents of a directory?

ls will list the contents of a directory.


What Linux command that lists the basic files in a directory is?

ls