home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / fileutil.lha / fileutils-3.3 / cat / mkdir.1 < prev    next >
Encoding:
Text File  |  1992-08-28  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKDIR(1L)         MISC. REFERENCE MANUAL PAGES          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.      -_m, --_m_o_d_e _m_o_d_e
  22.           Set the mode of created directories to _m_o_d_e,  which  is
  23.           symbolic  as  in chmod and uses the default mode as the
  24.           point of departure.
  25.  
  26.      -_p, --_p_a_t_h
  27.           Ensure that each given path exists.  Make  any  missing
  28.           parent  directories  for  each argument.  Parent direc-
  29.           tories default to the umask modified by `u+wx'.  Do not
  30.           consider  an  argument directory that already exists to
  31.           be an error.
  32.  
  33.      The long-named options can be introduced with `+' as well as
  34.      `--',  for compatibility with previous releases.  Eventually
  35.      support for `+' will be removed, because it is  incompatible
  36.      with the POSIX.2 standard.
  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. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.