SEARCH: webmonkey  the web

 


Quick Reference:

JavaScript Library
HTML Cheatsheet
Special Characters
Color Codes
Browser Chart
Stylesheet Guide
Unix Guide
Glossary
Domain Registries

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.