I want to know whether Trap command will be use to protect a file from SIGKILL (ALT+ F4) signal or not. If it is then the following command will does that?
trap ~/Desktop/left.py SIGABRT
I'm trying to abort the all signals which trying to close left.py
.