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 do I delete files from command prompt?
What is the use of sed command in unix?
why metadb requires a seperate slice to create Solaris volume manager
What are grep patterns?
Differentiate cmp command from diff command.
Does cp command overwrite files?
Can you enlist some commonly used network commands?
What is unix command?
Are you in or at the office?
How do you repeat a command in terminal?
What is the significance of the 'tee' command?
How do I search a whole word in vim?
What is a command and examples?
What is the nmap command?
Why is it called grep?