What is a superblock object represents in virtual file system of Linux OS an…
2025
What is a superblock object represents in virtual file system of Linux OS
an open file
an entire file system
individual directory entry
an individual file
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 91 students.
Show answer & explanation
Correct answer: B
A superblock object in the Linux virtual file system represents an entire file system. It contains metadata such as the total number of blocks, free blocks, and information about inodes.
Loading lesson…