Device Drivers Question: The major number identifies the _____ associated with the device. a) driver b) protocol c) port d) none of the mentioned Linux Device Drivers Interview QuestionAnswer: a) driver Previous QuestionNext QuestionIf we use a driver for various device files, then: a) minor number will be different for every device file b) minor number will be same for every device file c) minor number can not be allocated for any device file d) none of the mentionedThe kernel identifies the driver with its: a) module b) major number c) device file d) none of the mentioned