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 the use of find command in unix?
What is difference between grep and find command in unix?
Give the command for finding the current date.
What is grep in bash?
What does pipe () return?
Can you explain a little bit about command substitution?
What are reported commands?
What does grep v grep do?
What is the use of sed command in unix?
What is command substitution?
What are the commands in UNIX to list the files in a Directory?
Name the various commands that are used for the user information in unix.
Is ‘du’ a command? If so, what is its use?
What are the dos commands?
What is the command to find maximum memory taking process on the server?