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
How to write the program on full-duplex communication on bidirectional?
Explain the system calls used for process management?
Max relax-able permission value with out giving write permission to others?
Explain what is the process id for kernel process?
What are the various schemes available?
Which ipc is the fastest in unix?
What is fork()?
What is i-node numbers?
Please describe the initial process sequence while the system boots up?
How to get or set an environment variable from a program?
What is ln(linking)?
Which ipc is faster?
What is unix ipc?
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?