ADS

Thursday 10 May 2018

Type of process in Operating System?

Type of process:

1.Parent Process: it can create number of process.

2.Child Process: are those process which are created by other process (parent),

3.Zombie: which are terminated by exist system call normally but their entry available in table process.( child process terminated but parent process  is running.

4.Orphan: those process which parent process are terminated but child process are still running.

5.Daemon: process running in background is called daemon process.

No comments:

Post a Comment

Popular Posts