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

  1.  
  2.  
  3.  
  4. MKFIFO(1L)        MISC. REFERENCE MANUAL PAGES         MKFIFO(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      mkfifo - make FIFOs (named pipes)
  10.  
  11. SYNOPSIS
  12.      mkfifo [-m mode] [--mode=mode] path...
  13.  
  14. DESCRIPTION
  15.      This manual  page  documents  the  GNU  version  of  mkfifo.
  16.      mkfifo creates a FIFO with each given name.  By default, the
  17.      mode of created FIFOs is 0666 minus  the  bits  set  in  the
  18.      umask.
  19.  
  20.   OPTIONS
  21.      -_m, --_m_o_d_e _m_o_d_e
  22.           Set the mode of created FIFOs to _m_o_d_e,  which  is  sym-
  23.           bolic  as  in  chmod  and  uses the default mode as the
  24.           point of departure.
  25.  
  26.      The long-named options can be introduced with `+' as well as
  27.      `--',  for compatibility with previous releases.  Eventually
  28.      support for `+' will be removed, because it is  incompatible
  29.      with the POSIX.2 standard.
  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. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.