Answer Posted / dil ka don
Whenever process killed, then it makes a "zombie" state
entry in the process table. because parent process or init
process need status information of killed process, such as
how long time killed process running in kernel and user
process...
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is the very first process created by kernel?
What is the condition required for dead lock in unix system?
What are two different models of ipc differentiate both?
What is the full form of ipc?
What is unix ipc?
Explain the initial process sequence while the system boots up?
What is fork()?
What is ln(linking)?
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?
What is daemon?
Explain what are the system calls used for process management?
Which ipc is the fastest in unix?
Explain what is the process id for kernel process?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?