Linux Sysfs Question:
Download Questions PDF

Which one of the following is a element of a kset data structure?
a) pointer to the subsystem descriptor
b) pointer to the kobject type descriptor of the kset
c) both (a) and (b)
d) none of the mentioned

Answer:

c) both (a) and (b)

Download Linux Sysfs Interview Questions And Answers PDF

Previous QuestionNext Question
The kobjects can be organized in a hierarchical tree by means of:
a) ksets
b) kref
c) ktype
d) none of the mentioned
Which one of the following function is used to add the kobject to sysfs?
a) kobject_add()
b) kobject_register()
c) kobject_init()
d) all of the mentioned