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

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

0 Answers  


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

2 Answers   Infosys,


How do you execute one program from within another?

4 Answers  


Max relaxable permisssion value with out giving write permission to others?

2 Answers   IBM,


What is the very first process created by kernel?

0 Answers  






How can a parent and child process communicate?

3 Answers   TCS,


What is a zombie?

10 Answers  


How to get or set an environment variable from a program?

0 Answers  


what is the condition required for dead lock in unix sustem ?

2 Answers  


How to write the program on full-duplex communication using 2 FIFOs

0 Answers  


Which ipc is faster?

0 Answers  


About i-node numbers

1 Answers  


Categories