Answer Posted / upendar
As a process executes it changes state according
to its circumstances. Unix processes have the following states:
Running : The process is either running or it is ready
to run .
Waiting : The process is waiting for an event or for a resource.
Stopped : The process has been stopped, usually by receiving a signal.
Zombie : The process is dead but have not been removed from the process table.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the various schemes available in ipc?
Explain the system calls used for process management?
Please explain fork() system call?
What is fork()?
What are two different models of ipc differentiate both?
What is i-node numbers?
What are the various schemes available?
Which ipc is the fastest in unix?
What is the condition required for dead lock in unix system?
Please describe the initial process sequence while the system boots up?
Explain how do you execute one program from within another?
Explain the advantage of executing a process in background?
Explain what is the process id for kernel process?
What is the full form of ipc?
How to write the program on full-duplex communication on bidirectional?