What are the system calls used for process management:

Answer Posted / guest

The system calles for process management are fork() which
will create a process
wait() will wait for exit status of all child processes.

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please explain fork() system call?

726


Which ipc is the fastest in unix?

746


Explain the advantage of executing a process in background?

690


What are the various schemes available in ipc?

709


Explain how do you execute one program from within another?

709


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

721


Explain linking across directories?

702


What are two different models of ipc differentiate both?

779


Explain the initial process sequence while the system boots up?

708


Explain about daemon?

764


What is the very first process created by kernel?

811


Explain what is the process id for kernel process?

753


What is fork()?

787


Explain a zombie?

808


What is unix ipc?

733