home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / posix / source / MAN / RMDIR.PRT < prev    next >
Text File  |  1999-11-17  |  889b  |  67 lines

  1.                                                         RMDIR (1)
  2.  
  3. NAME
  4.  
  5.   rmdir - remove directories
  6.  
  7. SYNOPSIS
  8.  
  9.   rmdir [ p ] directory ...
  10. DESCRIPTION
  11.  
  12.   The rmdir utility removes the directory entry specified by each
  13. directory argument, provided it is empty.
  14.   Arguments are processed in the order given.  In order to remove
  15. both  a  parent  directory and a subdirectory of that parent, the
  16. subdirectory must be specified first so the parent  directory  is
  17. empty when rmdir tries to remove it.
  18.   The rmdir utility exits with one of the following values:  Each
  19. directory  entry  specified by a dir operand referred to an empty
  20. directory and was removed successfully.  An error occurred.
  21. SEE ALSO
  22.  
  23.   rm (1)
  24. STANDARDS
  25.  
  26.   The rmdir function is expected to be POSIX 1003.2 compatible.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.