Answer Posted / hr@tgksolutions.com
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
What is difference between grep and find command in unix?
What is merge command in unix?
What is grep and how do you use it?
How does pipe () work?
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
What is the nmap command?
What do chmod command do?
Explain command to show the space allocation of files?
What happens when we execute a unix command?
Who command in unix operating system?
What is the use of the tee command?
Is ‘du’ a command? If so, what is its use?
What are file commands?
What does the command '$ls | wc –l > file1' do?
Differentiate cat command from more command.