What are the system calls used for process management:
Answer Posted / prashanth
The system calls for process management are fork() and vfork
() which will create a process.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the various schemes available?
Which ipc is the fastest in unix?
What is the very first process created by kernel?
What is ipc port?
Explain what are the system calls used for process management?
Please explain fork() system call?
Explain the advantage of executing a process in background?
What is daemon?
What is ln(linking)?
Explain what is the process id for kernel process?
How to get or set an environment variable from a program?
Please describe the initial process sequence while the system boots up?
Explain how do you execute one program from within another?
Explain the system calls used for process management?
Explain linking across directories?