rmdir
rmdir (remove directory) is used to remove a directory,
> rmdir Dirname
To delete the empty directory Dirname.
This command can be used only when the directory is empty.
We can delete non empty directory as below:
i.e. recursively
> rm –r Dirname