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

  1.  
  2.  
  3.  
  4. MKNOD(1L)         MISC. REFERENCE MANUAL PAGES          MKNOD(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      mknod - make special files
  10.  
  11. SYNOPSIS
  12.      mknod [-m mode] [--mode=mode] path {bcu} major minor
  13.      mknod [-m mode] [--mode=mode] path p
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of mknod.   mknod
  17.      creates  a  FIFO,  character  special file, or block special
  18.      file with the given  pathname.   By  default,  the  mode  of
  19.      created files is 0666 minus the bits set in the umask.
  20.  
  21.      The argument after the path specifies the type  of  file  to
  22.      make:
  23.      p for a FIFO
  24.      b for a block (buffered) special file
  25.      c or u for a character (unbuffered) special file
  26.  
  27.      When making a block or character special file, the major and
  28.      minor device numbers must be given after the file type.
  29.  
  30.   OPTIONS
  31.      -_m, --_m_o_d_e _m_o_d_e
  32.           Set the mode of created files to _m_o_d_e,  which  is  sym-
  33.           bolic  as  in  chmod  and  uses the default mode as the
  34.           point of departure.
  35.  
  36.      The long-named options can be introduced with `+' as well as
  37.      `--',  for compatibility with previous releases.  Eventually
  38.      support for `+' will be removed, because it is  incompatible
  39.      with the POSIX.2 standard.
  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.