Multiple choice technology programming languages

How to send signals to other processes?

  1. Use sigsend()

  2. use kill()

  3. use signal()

  4. Only init can send signals

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The kill() system call is used in Unix-like operating systems to send a specified signal to a process or a group of processes, not just to terminate them.