RMDIR (1)

NAME

rmdir - remove directories

CONTENTS

Synopsis
Description
See Also
Notes

SYNOPSIS

rmdir [-ps] dirname ...

DESCRIPTION

Rmdir removes the entries for the named directories, which must be empty.

It accepts the following options:
-p Remove the named directory and all its named parent directories. This is only successful if each parent directory contains only the specied subdirectories. For /usr/5bin/mkdir and /usr/5bin/s42/mkdir, a message is printed if the whole hierarchy was successfully removed.
-s Suppress error messages if -p is in effect.

SEE ALSO

mkdir(1), rm(1), rmdir(2)

NOTES


Heirloom Toolchest RMDIR (1) 12/1/03
Generated by a modified version of manServer 1.07 from rmdir.1 using man macros.