https://quizack.com/system-programming/mcq/which-system-call-is-used-to-send-a-signal-to-another-process
Answer: kill
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More System Programming MCQ Questions
Which shell command is useful in single stepping through a shell script?
Which command can be used to generate a listing of all the shared libraries that an executable needs?
Default file descriptor used for the error outputs of a process?
Which command can be used on a Linux system to kill process 8977 and all its children?
Which command can be used on a Linux system to configure a network interface (card)?
Which one is not a difference between exit() and _exit()?
In order to prevent signal handler race conditions, a developer must do which of the following?
What is a UNIX directory?
In Multi-Threaded programming you want an active thread to push itself back in the background in favour of some other thread. You will use which function:
What type of attack can be mitigated by using ulimit, setrlimit(), and quotactrl()?