top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to distinguish Kernel Processes and User Processes in Linux?

+1 vote
489 views

I know,
Proc file system will have all the PIDs of all processes, I want to distinguish kernel processes and user processes?
Can anyone help?

posted Aug 11, 2016 by Chirag Gangdev

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Typically a processes can run in both user space and kernel space, depending on what they're doing. The user code will run in user space until it requires kernel services, i.e. a kernel system call.

So I don't know how to answer this so only commenting.

...