Linux Sysfs Question:
Download Questions PDF

What is the main role of the regular files in the sysfs?
a) regular files represent the attributes of devices and drivers
b) regular files represent the kernel objects
c) regular files represent the kernel sets
d) none of the mentioned

Answer:

a) regular files represent the attributes of devices and drivers

Download Linux Sysfs Interview Questions And Answers PDF

Previous QuestionNext Question
The core data structure of device driver model is:
a) kobject
b) kfile
c) kmodule
d) none of the mentioned
Relationship between components of device driver models are expressed in the sysfs as:
a) a directory
b) a regular file
c) symbolic links between files and directories
d) none of the mentioned