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
Post a Comment