DEVFYI - Developer Resource - FYI

What are states that the page can be in, after causing a page fault?

Unix Interview Questions


(Continued from previous question...)

65. What are states that the page can be in, after causing a page fault?

On a swap device and not in memory,
On the free page list in the main memory,
In an executable file,
Marked “demand zero”,
Marked “demand fill”.

(Continued on next question...)

Other Interview Questions