Answer Posted / nashiinformaticssolutions
A signal in Unix is an asynchronous notification sent to a process to notify it of an event, such as an interrupt or termination request. Common signals include:
• SIGINT: Interrupt signal (usually sent by pressing Ctrl+C).
• SIGTERM: Termination signal, which can be caught and handled.
• SIGKILL: Forces a process to terminate immediately and cannot be caught.
Signals can be handled using signal handlers in shell scripts or programming languages like C.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain ‘system calls’ with respect to unix commands?
What is the pipe command?
What is the difference between grep and grep?
What is s and g in sed command?
What is updatedb?
How to find $ai_serual resolved path by using unix
how to sort the content of the file based on numeric values
What does the “echo” command do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the difference between awk and grep?
What is the first character of the output in ls l command?
What is awk used for?
Why is awk called awk?
What does 'mkdir' command do in UNIX?