Cs-Web

View on GitHub

Operations on process

###Process creation

PPI - parent process identifier

Parent of all the process is called the init process with pid=1 serves a the root parent process for all user process

two children of init- kthreadd and sshd

kthreadd -> parent of all the kernel process

sshd -> responsible for managing clients that directly log onto the system