How many data structures does the kernel maintain in memory that contain information about an open file?
(a) 3
(b) 2
(c) 5
(d) 1
I had been asked this question in unit test.
I need to ask this question from File handling System Calls topic in portion System Programming I – Files of Unix