Search code examples
unixoperating-systemkernelusermodeuser-mode-linux

User mode and kernel mode: different program at same time


Is it possible that one process is running in kernel mode and another in user mode at the same time?

I know, it's not a coding question but please guide me if someone knows answer.


Solution

  • Yes, it is possible. Even multiple processes can be in the kernel mode at the same time.

    Just that a single process cannot be in both the modes at the same time.