Top 150+ Solved Linux Programming MCQ Questions Answer
Q. Which signal is sent when the Child process terminates?
a. SIGINIT
b. SIGKILL
c. SIGSTOP
d. SIGCHLD
Q. Which of the following signal cannot be handled or ignored?
a. SIGINT
b. SIGCHLD
c. SIGKILL
d. SIGALRM
Q. When real interval timer expires which signal is generated?
a. SIGINT
b. SIGCHLD
c. SIGKILL
d. SIGALRM
Q. The kill system call is used to
a. Send shutdown messages to all by super-user
b. Send a signal to a process
c. Kill processes
d. Stop the processes
Q. Which is true regarding pipes?
a. half duplex
b. full duplex
c. message boundaries are preserved
d. Unordered data
Q. Advantage of FIFO over pipe is
a. related processes can communicate
b. unrelated processes can communicate
c. none
d. all
Q. Which one of the following is not system V IPC ?
a. Shared Memory
b. Semaphores
c. FIFO
d. Message Queues
Q. Which system call is used to create Sys V message Queue ?
a. msgget
b. shemget
c. semget
d. msgctl
Q. Which is not the correct option for removing a message queue ?
a. ipcrm -Q
b. ipcrm -q
c. ipcrm -m
d. None