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
What are the various schemes available in ipc?
Max relax-able permission value with out giving write permission to others?
What is ipc in unix?
How to get or set an environment variable from a program?
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is the very first process created by kernel?
Which ipc is the fastest in unix?
What is i-node numbers?
What is unix ipc?
What is ln(linking)?
What are the various schemes available?
Explain the initial process sequence while the system boots up?
What is fork()?