background
|
|
Linux
Linux Support
A small area on the internet for Linux Support.
More icon

Computer
|
|
Up Image
Navigation
Search this Site
Enter your search terms

Site Breadcrumb - You are here
|
Reference   Unix Guide

rmdir

Structure: rmdir [options] directories

rmdir allows you to remove or delete directories but not their contents. A directory must be empty in order to remove it using this command. If you wish to remove a directory and all its contents, you should use rm -r.

Back to the index.