home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / mkdir.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  955 b   |  67 lines

  1.  
  2.  
  3.  
  4. MKDIR(1L)                                               MKDIR(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      mkdir - make directories
  10.  
  11. SYNOPSIS
  12.      mkdir [-p] [-m mode] [+path] [+mode=mode] dir...
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of mkdir.  mkdir
  16.      creates a directory with each given name.  By default, the
  17.      mode of created directories is 0777 minus the bits set in
  18.      the umask.
  19.  
  20.      OPTIONS
  21.  
  22.      -_✓m, +_✓m_✓o_✓d_✓e _✓m_✓o_✓d_✓e
  23.           Set the mode of created directories to _✓m_✓o_✓d_✓e, which is
  24.           symbolic as in chmod and uses the default mode as a
  25.           point of departure.
  26.  
  27.      -_✓p, +_✓p_✓a_✓t_✓h
  28.           Ensure that each given path exists.  Make any missing
  29.           parent directories for each argument.  Parent direc-
  30.           tories default to the umask modified by `u+wx'.  Do not
  31.           consider an argument directory that already exists to
  32.           be an error.
  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. Page 1
  64.  
  65.  
  66.  
  67.