Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are two different models of ipc differentiate both?

1113


Please describe the initial process sequence while the system boots up?

1073


What is ipc port?

1053


What are the various schemes available in ipc?

1025


Explain the system calls used for process management?

1019


Explain what are the system calls used for process management?

1004


How to write the program on full-duplex communication on bidirectional?

1088


What is the very first process created by kernel?

1103


What is daemon?

1082


Explain how do you execute one program from within another?

1015


Please explain fork() system call?

1041


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

961


Which ipc is faster?

1037


Max relax-able permission value with out giving write permission to others?

1069


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

1020