3 dev2name \- obtain device name given its number
5 \fBdev2name\fR \fIdeviceno\fR
7 \fBdev2name\fR \fImajor\fR \fIminor\fR
17 # Major device number for which to obtain device name
20 # Minor device number for which to obtain device name
23 # Full device number for which to obtain device name (specifies the minor device number in the low-order byte and the major device number in the remainder)
26 This utility locates a file in \fB/dev\fR that represents the device with the specified major/minor device number and prints its name to the standard output. The exit code is zero if such a device is found and non-zero if no such device was found.