In UNIX, cached disk blocks are managed by _____.
-
kernel
-
file system
-
directory
-
none of these
A
Correct answer
Explanation
In UNIX systems, the kernel is responsible for managing the buffer cache, which stores disk blocks in memory to improve I/O performance. The file system uses these cached blocks, but the management itself is a kernel-level function.