Linux Sysfs Question:
Download Questions PDF

Which one of the following is not contained in the kobject data structure?
a) pointer to the kobject type descriptor
b) pointer to the containing kset
c) pointer to the parent kobject
d) none of the mentioned

Answer:

d) none of the mentioned

Download Linux Sysfs Interview Questions And Answers PDF

Previous QuestionNext Question
To read/write attribute, which one of the following method is required?
a) show
b) store
c) both (a) and (b)
d) none of the mentioned
The kobjects can be organized in a hierarchical tree by means of:
a) ksets
b) kref
c) ktype
d) none of the mentioned