I am a Linux shell scripter, I would like to know if it is possible to trap signal for script sleep: That is Ctrl+z? I do it at the moment like this and would like to trap that sleep signal too. Where the print_error_and_exit function just does as its name says. Goal: I would like to ignore this signal, if