In Linux, a device driver can work without the:
Device file name
Minor number
Major number
None of the mentioned
4 practice sets · Page 1 of 1
In Linux, a device driver can work without the:
Device file name
Minor number
Major number
None of the mentioned
The connection between a device file and its device driver is based on the:
Number of the device file (device number)
None of the mentioned
Name and number of the device file
Name of the device file
If we use a single driver for various device files, then:
None of the mentioned
The minor number will be different for every device file
The minor number cannot be allocated for any device file
The minor number will be same for every device file
If we use a single driver for N number of device files, then we have to create _____ device files.
N-1
None of the mentioned
N
1