Linux Sysfs Question:
Download Questions PDF

In the device driver model the device_driver object contains the:
a) name of the device driver
b) embedded kobjects
c) method for probing a device
d) all of the mentioned

Answer:

d) all of the mentioned

Download Linux Sysfs Interview Questions And Answers PDF

Previous QuestionNext Question
A ____ is a higher level view of a device that abstracts out low level implementation details/
a) inode
b) class
b) major number
d) minor number
Which one of the following is a notification to user space from the kernel that something has changed in the system's configuration?
a) hotplug event
b) module event
c) attach event
d) none of the mentioned