In Linux, a kernel thread have a PID:
Why is that? Is a kernel thread considered to be a process? And does a "normal" thread also have a PID?
In Linux, a kernel thread have a PID:
Why is that? Is a kernel thread considered to be a process? And does a "normal" thread also have a PID?
They are poorly named. Kernel threads in linux are processes (not actual threads) that run in kernel space rather than user space.