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 / chandrasekhar kar

The system calls for process management are
Fork() > create child process
Vfork() > create child process (copy-on-write only)
exec() > exec to do a different task
wait() > wait for a process to complete execution
kill() > to send a signal to a process
signal() > to handle a signal
sigaction() > handle signal
exit() > exit from a process execution
_exit() > same as exit() but with out clean up

and many more ................

Is This Answer Correct ?    32 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain a zombie?

1100


What is the condition required for dead lock in unix system?

1014


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

1052


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

961


What are the various schemes available in ipc?

1025


Explain about daemon?

1067


What is ipc in unix?

1056


What is unix ipc?

1066


What is ipc port?

1053


Which ipc is faster?

1037


Explain what is the process id for kernel process?

1037


Explain the advantage of executing a process in background?

976


Explain linking across directories?

1005


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

1069


What is i-node numbers?

1213