What are the system calls used for process management?
Answers were Sorted based on User's Feedback
Answer / yogesh warad
One of them is nice() to adjust the priority of the process.
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
Answer / fwefkwl
This should not allow to increase process priority.
| Is This Answer Correct ? | 0 Yes | 2 No |
what about the initial process sequence while the system boots up?
What is the very first process created by kernel?
What are the process states in Unix?
How to write the program on full-duplex communication on bidirectional?
Please describe the initial process sequence while the system boots up?
How can you get or set an environment variable from a program?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is ipc in unix?
Explain a zombie?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,
What are various IDs associated with a process?
What is the condition required for dead lock in unix system?