What are the process states in Unix?

Answers were Sorted based on User's Feedback



What are the process states in Unix?..

Answer / nalini

create, sleep ,preempt, kernel running, ready to run

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More Unix IPC Interview Questions

what is the process id for kernell process

3 Answers  


How can a parent and child process communicate?

3 Answers   TCS,


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

0 Answers  


Tell me set-user-id is related to (in unix)?

0 Answers  


What is an advantage of executing a process in background?

2 Answers  






Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


what about the initial process sequence while the system boots up?

1 Answers  


What is ipc port?

0 Answers  


Linking across directories?

2 Answers  


What are the various schemes available in ipc?

0 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Explain what are the system calls used for process management?

0 Answers  


Categories