english:computers_and_internet:how_to_remove_a_directory_in_linux
How to remove a directory in Linux?
Use the following command to remove a folder that contains files or directories:
rm -r dirname
Use the following command to remove a folder that contains files or directories:
rm -r dirname