home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / rmdir.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  573 b   |  26 lines

  1. .th RMDIR I 3/15/72
  2. .sh NAME
  3. rmdir  \*-  remove directory
  4. .sh SYNOPSIS
  5. .bd rmdir
  6. dir ...
  7. .sh DESCRIPTION
  8. .it Rmdir
  9. removes (deletes) directories.
  10. The directory must be empty (except for the standard entries
  11. `\fB.\fR' and `\fB..\fR', which
  12. .it rmdir
  13. itself removes).
  14. Write permission is required in the
  15. directory in which the directory to be removed appears.
  16. .sh BUGS
  17. Needs a \fB\*-r\fR flag.
  18. .br
  19. Actually, write permission in the
  20. directory's parent is
  21. .it not
  22. required.
  23. .br
  24. Mildly unpleasant consequences
  25. can follow removal of your own or someone else's current directory.
  26.