kll -l command to view all signals
Some of the most commonly used signal values are as follows
The usage of tarp (note that single quotes are used)
For example
#! /bin/bash
trap'echo "good"' 2 Here you can use numeric numbers, signal names or abbreviations
sleep 100
When the above script is running, if We a