What are the system calls used for process management?

Answers were Sorted based on User's Feedback



What are the system calls used for process management?..

Answer / yogesh warad

One of them is nice() to adjust the priority of the process.

Is This Answer Correct ?    4 Yes 0 No

What are the system calls used for process management?..

Answer / shilpa

fork() - to create a new process
exec() - to execute a new program in a process
wait() - to wait until a created process completes its
execution
exit() - to exit from a process execution
getpid() - to get a process identifier of the current
process

Is This Answer Correct ?    3 Yes 0 No

What are the system calls used for process management?..

Answer / fwefkwl

This should not allow to increase process priority.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix IPC Interview Questions

What are two different models of ipc differentiate both?

0 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


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

1 Answers  


What is the full form of ipc?

0 Answers  






Explain how do you execute one program from within another?

0 Answers  


Explain about daemon?

0 Answers  


What is daemon?

0 Answers  


What is a Daemon?

3 Answers  


What is a zombie?

10 Answers  


How do you execute one program from within another?

4 Answers  


What is IPC? What are the various schemes available?

5 Answers  


Categories