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

  1.                                                         MKDIR (1)
  2.  
  3. NAME
  4.  
  5.   mkdir - make directories
  6.  
  7. SYNOPSIS
  8.  
  9.   mkdir [ p ] directory_name ...
  10. DESCRIPTION
  11.  
  12.   Mkdir creates the directories named as operands, in  the  order
  13. specified, using mode modified by the current umask (2) .
  14.   The options are as follows: Create intermediate directories  as
  15. required.   If this option is not specified, the full path prefix
  16. of each operand must already exist.
  17.   The user must have write permission in the parent directory.
  18.   Mkdir exits 0 if successful, and >0 if an error occurred.
  19. SEE ALSO
  20.  
  21.   rmdir (1)
  22. STANDARDS
  23.  
  24.   Mkdir is POSIX 1003.2 compliant.  This manual page  is  derived
  25. from the POSIX 1003.2 manual page.
  26.  
  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.