2013-07-03 06:02:36 +00:00
|
|
|
.TH MKNOD 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
mknod \- create a special device file
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B mknod
|
|
|
|
.RB [ \-m
|
|
|
|
.IR mode ]
|
|
|
|
.I name
|
|
|
|
.I type
|
|
|
|
.I major
|
|
|
|
.I minor
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B mknod
|
|
|
|
Creates a special device file named
|
|
|
|
.I name
|
|
|
|
with major number
|
|
|
|
.IR major ,
|
|
|
|
and minor number
|
|
|
|
.IR minor .
|
|
|
|
|
|
|
|
.IR type
|
2013-07-20 05:27:42 +00:00
|
|
|
specifies what kind of special file will be created,
|
2013-07-03 06:02:36 +00:00
|
|
|
and must be one of:
|
|
|
|
.TP
|
|
|
|
.BR u \ or\ c
|
|
|
|
A character device.
|
|
|
|
.TP
|
|
|
|
.BR b
|
|
|
|
A block device.
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-m "mode"
|
2013-07-20 05:27:42 +00:00
|
|
|
Set the mode of the new file based on the octal value of
|
2013-07-03 06:02:36 +00:00
|
|
|
.IR mode .
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.IR mknod (2)
|