V7M/man/man1/mknod.1m

.TH MKNOD 1M 
.SH NAME
mknod \- build special file
.SH SYNOPSIS
.B /etc/mknod
name
[
.B c
] [
.B b
]
major
minor
.SH DESCRIPTION
.I Mknod
makes a special file.
The first argument is the
.I name
of the entry.
The second is
.B b
if the special file is block-type (disks, tape) or
.B c
if it is character-type (other devices).
The last two arguments are
numbers specifying the
.I major
device type
and the
.I minor
device (e.g. unit, drive, or line number).
.PP
The assignment of major device numbers is specific to each system.
They have to be dug out of the
system source file
.I conf.c.
.SH "SEE ALSO"
mknod(2)