adspace


What is unix buffer cache?

Answer Posted / Gyandev Kumar

Unix buffer cache refers to the memory area where recently accessed disk blocks are stored. This allows for faster access to frequently used data, as it can be retrieved from memory rather than having to read directly from the disk.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988