How to Remove Directories and Files Using Linux Command Line

How to Remove Directories (Folders) You can remove or delete directories or folder  with the rmdir and rm in in linux,. Here are examples to help you delete either file or folder. Enjoy. To remove an empty directory, use either rmdir or rm -d followed by the directory name: To remove non-empty directories and all the files within them, use the rm command with the-r (recursive) …

How to Remove Directories and Files Using Linux Command Line Read More »