ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
If we use a single driver for N number of device files, then we have to create _____ device files.
Correct Answer: C — N
In Linux, each physical or logical device instance that a driver manages must have its own corresponding device file in /dev. If a single driver handles N devices, you must create N device files — each with the same major number (pointing to the same driver) but different minor numbers (to distinguish individual devices).