How to remove a non empty directory in Linux
Removing directory in Linux is an easy thing. While trying to remove a directory using a command like rmdir seems to be the only one needed. In real world the directory in question is not empty. There are some files or other directories inside it. You will get warnings like ‘Directory not empty’ and will…