What are the system calls used for process management:
Answer Posted / k.sri ganesh
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
exit()-terminate the calling process
brk()-change data segment size
signal()-ANSI c signal handler
nice()-run a program with modified scheduling priority
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How to write the program on full-duplex communication on bidirectional?
Tell me set-user-id is related to (in unix)?
Explain a zombie?
Explain the system calls used for process management?
Which ipc is faster?
Which ipc is the fastest in unix?
What is ipc port?
Explain what is the process id for kernel process?
Max relax-able permission value with out giving write permission to others?
Please describe the initial process sequence while the system boots up?
Explain what are the system calls used for process management?
What is ipc in unix?
What is the very first process created by kernel?
What are the various schemes available in ipc?
What is the full form of ipc?