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
how to sort the content of the file based on numeric values
Who wrote grep?
Name the various commands that are used for the user information in unix.
What are bash commands?
How to use grep command to list find the records of a file containing 10 different strings?
How do I run a bash script?
What is the first character of the output in ls l command?
Write a command to kill the last background job?
What is the command to find maximum memory taking process on the server?
Give the command for finding the current date.
What command is used to switching between users in unix?
How to display no of records in oracle using unix command?
What does the command '$ls | wc –l > file1' do?
How does shebang work?
Which command can you use to find the currently running process in unix server?