adspace


What is delayed write in unix?

Answer Posted / Teekam Singh

Delayed write in Unix refers to a buffer management strategy where data written to the file system is first stored temporarily in a buffer before being physically written to disk. This helps improve performance by reducing the number of actual disk accesses.

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