home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / fileutils-3.9-bin.lha / man / cat1 / mkdir.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKDIR(1L)                                               MKDIR(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        mkdir - make directories
  9.  
  10. SSYYNNOOPPSSIISS
  11.        mmkkddiirr  [-p]  [-m  mode]  [--path]  [--mode=mode]  [--help]
  12.        [--version] dir...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page  documents  the  GNU  version  of  mmkkddiirr.
  16.        mmkkddiirr  creates  a  directory  with  each  given  name.  By
  17.        default, the mode of created directories is 0777 minus the
  18.        bits set in the umask.
  19.  
  20.    OOPPTTIIOONNSS
  21.        _-_m_, _-_-_m_o_d_e _m_o_d_e
  22.               Set  the mode of created directories to _m_o_d_e, which
  23.               is symbolic as in chmod and uses the  default  mode
  24.               as the point of departure.
  25.  
  26.        _-_p_, _-_-_p_a_t_h
  27.               Ensure that each given path exists.  Make any miss-
  28.               ing parent directories for each  argument.   Parent
  29.               directories   default  to  the  umask  modified  by
  30.               `u+wx'.  Do not consider an argument directory that
  31.               already exists to be an error.
  32.  
  33.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  34.               tus.
  35.  
  36.        _-_-_v_e_r_s_i_o_n
  37.               Print version information on  standard  error  then
  38.               exit.
  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. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.