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 >
Wrap
Text File
|
1994-02-02
|
892b
|
33 lines
------------------------------------------------------------------------
Version 1.0 of mknod Distribution is 2-Feb-94
------------------------------------------------------------------------
mknod - create Unix special device nodes
This program acts nearly identical to the Unix command of the same name.
Usage:
mknod type major minor devname [devname . . . ]
Where
type is either b (block special) or c (character special)
major is the major device number (0 to 16M)
minor is the minor device number (0 to 255)
devname is the name of the special file to create
You are allowed to name as many names as you want to be the
specified device node.
------------------------------------------------------------------------
This program was created by Chris Hooper (cdh@mtu.edu)
------------------------------------------------------------------------