adplus-dvertising
frame-decoration

Question

The parent process picks up the exit status of a child using ___ system call.

a.

wait

b.

waitp

c.

exec

d.

kill

Posted under Jobs and Processes UNIX

Answer: (a).wait

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The parent process picks up the exit status of a child using ___ system call.

Similar Questions

Discover Related MCQs

Q. Which of the following system call is more powerful (in waiting mechanism) than wait system call?

Q. If the child dies first but the entry of that child in the process table is still present, then that process is called ____

Q. Every process belongs to a process group.

Q. ____ exec is responsible for executing programs on a UNIX system.

Q. Which of the following system call is used for duplicating file descriptor?

Q. We can also duplicate the file descriptor using ___

Q. Which of the following system call is preferred over dup and dup2 for replicating file descriptor?

Q. Which of the following system call is used for inter-process communication?

Q. We can use pipe with fork system call.

Q. The action that a signal takes on receipt of a signal is called ____

Q. The sources from where the signals can be generated are:

Q. There are _____ signals that are generated from the keyboard.

Q. Which of the following signals are generated from the hardware?

Q. ___ system call behaves in an identical manner to the kill command.

Q. Which library function uses kill to send any signal to the current process?

Q. Which system call is used to set a timer that generates the SIGALARM signal?

Q. If two users execute the same program, the memory requirements are doubled.

Q. Address space of a process is virtual.

Q. Which of the following system calls returns one or more file descriptors?

Q. The environment variables are available in _____