home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / mknod.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  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] path {bcu} major minor
  12.        mmkknnoodd [options] path 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 pathname.  By default, the
  20.        mode of created files is 0666 minus the bits  set  in  the
  21.        umask.
  22.  
  23.        The  argument after the path 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 and exit with a non-zero sta-
  40.               tus.
  41.  
  42.        _-_-_v_e_r_s_i_o_n
  43.               Print  version  information  on standard error then
  44.               exit.
  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.