UNIX
Programming and Technical
Logical Reasoning
Mathematical Reasoning
Q. How the Kernel handles the copy on write bit of a page, when the bit is set?
A. In situations like, where the copy on write bit of a page is set and that page is shared by more than one process, the Kernel allocates new page and copies the content to the new page and the other processes retain their references to the old page. After copying the Kernel updates the page table entry with the new page number
Read Solution (Total 0)
UNIX Other Question