Research V4 development
[unix-history] / man / man1 / rmdir.1
CommitLineData
96a3a758
KT
1.th RMDIR I 3/15/72
2.sh NAME
3rmdir \*- remove directory
4.sh SYNOPSIS
5.bd rmdir
6dir ...
7.sh DESCRIPTION
8.it Rmdir
9removes (deletes) directories.
10The directory must be empty (except for the standard entries
11`\fB.\fR' and `\fB..\fR', which
12.it rmdir
13itself removes).
14Write permission is required in the
15directory in which the directory appears.
16.sh BUGS
17Needs a \fB\*-r\fR flag.
18Actually, write permission in the
19directory's parent is
20.it not
21required.