1.

What Is Minor Number And It's Usage ?

Answer»

The minor number is used only by the DRIVER itself to DIFFERENTIATE which DEVICE it's operating on, just in case the driver handles more than one device.

(or)

one driver can control more than one device .minor will be used to distinguish the one device from other DEVICES .

The minor number is used only by the driver itself to differentiate which device it's operating on, just in case the driver handles more than one device.

(or)

one driver can control more than one device .minor will be used to distinguish the one device from other devices .



Discussion

No Comment Found