home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / mknod.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKNOD(1L)                                               MKNOD(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        mknod - make special files
  9.  
  10. SSYYNNOOPPSSIISS
  11.        mmkknnoodd [options] filename {bcu} major minor
  12.        mmkknnoodd [options] filename p
  13.        Options:
  14.        [-m mode] [--mode=mode] [--help] [--version]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.        This  manual  page  documents  the  GNU  version of mmkknnoodd.
  18.        mmkknnoodd creates a FIFO, character  special  file,  or  block
  19.        special  file  with  the given file name.  By default, the
  20.        mode of created files is 0666 minus the bits  set  in  the
  21.        umask.
  22.  
  23.        The  argument after _f_i_l_e_n_a_m_e specifies the type of file to
  24.        make:
  25.        p for a FIFO
  26.        b for a block (buffered) special file
  27.        c or u for a character (unbuffered) special file
  28.  
  29.        When making a block or character special file,  the  major
  30.        and  minor  device  numbers  must  be given after the file
  31.        type.
  32.  
  33.    OOPPTTIIOONNSS
  34.        _-_m_, _-_-_m_o_d_e _m_o_d_e
  35.               Set the mode of created files  to  _m_o_d_e,  which  is
  36.               symbolic  as  in chmod and uses the default mode as
  37.               the point of departure.
  38.  
  39.        _-_-_h_e_l_p Print a usage message on standard output  and  exit
  40.               successfully.
  41.  
  42.        _-_-_v_e_r_s_i_o_n
  43.               Print  version  information on standard output then
  44.               exit successfully.
  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.