mknod <FILE> <major> <minor | unit subunit>

Create device special file

Arguments

NameDescription
FILEFile to create
majorThe major device number is an integer number which tells the kernel which device driver entry point to use
minor | unit subunitThe minor device number tells the kernel which one of several similar devices the node corresponds to; the unit and subunit numbers select a subset of a device; for example, the unit may specify a particular SCSI disk, and the subunit a partition on that disk

Subcommands

NameDescription
cCreate (c)haracter device
bCreate (b)lock device

Options

NameDescription
-F <FORMAT>Format