Tag Archives: rmdir

How to remove directories in linux/unix

To remove/delete directories (folders), we can use the rm command and the rmdir command. Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on How to remove directories in linux/unix

rmdir command tutorial in linux/unix with examples and use cases

linux rmdir command – remove empty directories Linux rmdir command is used to remove directories. If the directory is empty, it is removed. If the rmdir directory is not empty, the error message “Directory not empty”. You need to use … Continue reading

Posted in File & Directory | Tagged , | Comments Off on rmdir command tutorial in linux/unix with examples and use cases