how to delete an empty directory in linux system.. provided rmdir <dir> is not working.. error message
” directory not empty” is displayed.
how to delete an empty directory in linux system.. provided rmdir <dir> is not working.. error message
” directory not empty” is displayed.
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
first of all you have to delete all the contents present with in the directory then you can delete by using rmdir
rm -rf
that means delete anything recursively..forcefully…but use it very carefully as it wont give you second chance to enter Y/N