home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.lha / bffs1.3 / doc / mknod.doc < prev    next >
Text File  |  1994-02-02  |  892b  |  33 lines

  1. ------------------------------------------------------------------------
  2. Version 1.0 of mknod                      Distribution is 2-Feb-94
  3. ------------------------------------------------------------------------
  4.  
  5. mknod - create Unix special device nodes
  6.  
  7.  
  8. This program acts nearly identical to the Unix command of the same name.
  9.  
  10.  
  11. Usage:
  12.     mknod type major minor devname [devname . . . ]
  13.  
  14. Where 
  15.     type is either b (block special) or c (character special)
  16.  
  17.     major is the major device number (0 to 16M)
  18.  
  19.     minor is the minor device number (0 to 255)
  20.  
  21.     devname is the name of the special file to create
  22.  
  23.  
  24.     You are allowed to name as many names as you want to be the
  25.         specified device node.
  26.  
  27.  
  28. ------------------------------------------------------------------------
  29.  
  30.  
  31. This program was created by Chris Hooper (cdh@mtu.edu)
  32. ------------------------------------------------------------------------
  33.