home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / CH_MKNOD.DOC < prev    next >
Text File  |  1994-10-15  |  509b  |  24 lines

  1. NAME
  2.     ch_mknod
  3.  
  4. SYNOPSIS
  5.     ch_mknod TYPE MAJOR MINOR DEVNAME [DEVNAME ...]
  6.  
  7. DESCRIPTION
  8.     Create unix character or block special devices.
  9.  
  10.     TYPE must be
  11.         B or BLOCK    block special device
  12.         C or CHAR    character special device
  13.  
  14.     MAJOR is the major device number in the range 0..16777215.
  15.     MINOR is the minor device number in the range 0..255.
  16.  
  17. NOTES
  18.     This command may work on amiga bffs partitions, too.
  19.     Bffs was written by Chris Hooper.
  20.     
  21. BUGS
  22.     None known.
  23.  
  24. $Id: ch_mknod.doc,v 1.2 1994/04/07 15:09:18 alph Exp $