What are the system calls used for process management:
Answer Posted / marimuthu
fork() - To Duplicate the Process
exec() - Family of Functions Replace the calling process image with new process image
getpid() - To get process id
getppid() - To get the parent process id
getpgrp() - To get the process group
wait() - To wait the calling process to get child's exit status
sleep() - To suspend the execution of the process for some seconds
kill() - To send signal to a process
and etc
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain how do you execute one program from within another?
What is the full form of ipc?
What is the very first process created by kernel?
What is i-node numbers?
Max relax-able permission value with out giving write permission to others?
Explain the advantage of executing a process in background?
Explain what are the system calls used for process management?
What is fork()?
What is daemon?
Which ipc is the fastest in unix?
What are two different models of ipc differentiate both?
Explain the system calls used for process management?
Please describe the initial process sequence while the system boots up?
What is unix ipc?
What is the condition required for dead lock in unix system?