Wednesday, 6 August 2014

What do you mean by the protection fault?


Protection fault refers to the process accessing the pages, which do not have the access permission. A process also incur the protection fault when it attempts to write a page whose copy on write bit was set during the fork() system call.

No comments:

Post a Comment