What is delayed write in unix?
Answer / 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 |
What is delayed write in unix?
what is the functionality of kernel in unix architecture?
What is unix and its features?
How would you explain a kernel to a non-technical person?
Differentiate between absolute and related path?
What is unix operating system explain various components of unix operating system?
What are the phases of swapping a page from the memory?
command to display different lines that are found when compare two files?
How do you go to a directory in unix?
Which is a form of interprocess communication in unix?
Why does the server parent need to close the connected socket returns from accept in a concurrent TCP server? What may happen if it does not do so?
How do I run a shell script in unix?