All,
I have a shell script where I want to call a function to do some cleanup if user presses the ctrl-z key(SIGTSTP signal). I read about the trap command and found an example where I can trap the ctrl-c key. Is there a way to intercept the SIGTSTP signal?
| |||
|
feedback
|
| |||
|
feedback
|

manpage. – Prince John Wesley Oct 24 '11 at 6:44