previous | start | next

Major/Minor Device Numbers

A device file specifies both the major and minor numbers.

A single device driver might control several devices: same major number, different device numbers.

Conversely, the same device could be represented by more than one device file and each device file specifies a different driver.



previous | start | next