Answer Posted / julius nyerere kawemba
As a process executes it changes state according to its
circumstances. Unix processes have the following states:
1.Running : The process is either running or it is ready to
run .
2.Waiting : The process is waiting for an event or for a
resource.
3.Stopped : The process has been stopped, usually by
receiving a signal.
4.Zombie : The process is dead but have not been removed
from the process table.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ln(linking)?
What is fork()?
What are the various schemes available?
What is unix ipc?
Explain linking across directories?
Max relax-able permission value with out giving write permission to others?
Which ipc is faster?
Explain a zombie?
Tell me set-user-id is related to (in unix)?
What is the very first process created by kernel?
Explain the advantage of executing a process in background?
What are two different models of ipc differentiate both?
Explain the initial process sequence while the system boots up?
What is daemon?
Which ipc is the fastest in unix?