Removing a directory in Linux

​Removing a directory in Linux can be done using rmdir command. If the directory that is ment for deletion is not empty then that directory will not be deleted. This will prevent a non-empty directory to be deleted. Before such directory can be deleted, the content of that directory needs to be deleted first.


Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator