home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / mkfifo.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKFIFO(1L)                                             MKFIFO(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        mkfifo - make FIFOs (named pipes)
  9.  
  10. SSYYNNOOPPSSIISS
  11.        mmkkffiiffoo   [-m   mode]  [--mode=mode]  [--help]  [--version]
  12.        path...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents  the  GNU  version  of  mmkkffiiffoo.
  16.        mmkkffiiffoo  creates  a FIFO with each given name.  By default,
  17.        the mode of created FIFOs is 0666 minus the  bits  set  in
  18.        the umask.
  19.  
  20.    OOPPTTIIOONNSS
  21.        _-_m_, _-_-_m_o_d_e _m_o_d_e
  22.               Set  the  mode  of  created FIFOs to _m_o_d_e, which is
  23.               symbolic as in chmod and uses the default  mode  as
  24.               the point of departure.
  25.  
  26.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  27.               tus.
  28.  
  29.        _-_-_v_e_r_s_i_o_n
  30.               Print version information on  standard  error  then
  31.               exit.
  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. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.